Browse Source

Add comipler optimization -O3 to release build

pull/2/head
heck 5 years ago
parent
commit
438d1a6232
  1. 2
      Makefile.conf

2
Makefile.conf

@ -62,7 +62,7 @@ ifeq ($(DEBUG),1)
CXXFLAGS+=-g
else
$(info Release Build (set DEBUG=1 for debug build))
CXXFLAGS+=-DNDEBUG=1
CXXFLAGS+=-DNDEBUG=1 -O3
endif
### YML_PATH is needed in the environment of every call to a program of the YML2 distribution

Loading…
Cancel
Save