Enable optimisations

This commit is contained in:
zawz 2020-02-13 23:17:02 +01:00
parent 410789b479
commit e6d5596e05

View file

@ -8,7 +8,7 @@ NAME = zupdate
LDFLAGS = -lpthread
CC=g++
CXXFLAGS= -I$(IDIR) -Wall -std=c++17 -fopenmp
CXXFLAGS= -I$(IDIR) -Wall -std=c++17 -fopenmp -O2
ifeq ($(DEBUG),true)
CXXFLAGS += -g
endif