Skip to content

Commit 1ab6a25

Browse files
Undid accidental config.inc change
1 parent ef04e12 commit 1ab6a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BUILD_ENV = AUTO
99

1010
# Select optimisation or debug info
1111
#CXXFLAGS += -O2 -DNDEBUG
12-
CXXFLAGS += -O0 -g
12+
#CXXFLAGS += -O0 -g
1313

1414
ifeq ($(shell uname),Linux)
1515
CXXFLAGS += -DUSE_BOOST

0 commit comments

Comments
 (0)