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