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