We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1c022 commit 0c08ce7Copy full SHA for 0c08ce7
Builds/Gcc.lin/makefile.linux
@@ -119,7 +119,7 @@ ODBCJDBCSDEFFILE= $(ODBCJDBCSETUPDIR)/OdbcJdbcSetup.def
119
ifeq (Yes,$(DEBUG))
120
DEBUGFLAGS = -g3 -O0 -D_DEBUG -DDEBUG -DLOGGING -fexceptions
121
else
122
-DEBUGFLAGS = -DNDEBUG
+DEBUGFLAGS = -DNDEBUG -O3
123
endif
124
125
#
WriteBuildNo.h
@@ -4,4 +4,4 @@
4
// Note - there must be two tabs between BUILDNUM_VERSION and
5
// the actual number, otherwise the makefile for linux will not
6
// pick up the value.
7
-#define BUILDNUM_VERSION 12
+#define BUILDNUM_VERSION 13
0 commit comments