Enable optimisations

This commit is contained in:
zawz 2020-02-13 23:18:51 +01:00
parent 99f98b165a
commit 2b8da6aa30

View file

@ -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