Enable optimisations
This commit is contained in:
parent
99f98b165a
commit
2b8da6aa30
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ NAME = zmidimap
|
|||
LDFLAGS = -lpthread
|
||||
|
||||
CC=g++
|
||||
CXXFLAGS= -I$(IDIR) -Wall -pedantic -std=c++17
|
||||
CXXFLAGS= -I$(IDIR) -Wall -pedantic -std=c++17 -O2
|
||||
ifeq ($(DEBUG),true)
|
||||
CXXFLAGS += -g
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue