Skip to content

Commit 0c08ce7

Browse files
committed
Add optimization flags for Release Linux build
1 parent fb1c022 commit 0c08ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Builds/Gcc.lin/makefile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ ODBCJDBCSDEFFILE= $(ODBCJDBCSETUPDIR)/OdbcJdbcSetup.def
119119
ifeq (Yes,$(DEBUG))
120120
DEBUGFLAGS = -g3 -O0 -D_DEBUG -DDEBUG -DLOGGING -fexceptions
121121
else
122-
DEBUGFLAGS = -DNDEBUG
122+
DEBUGFLAGS = -DNDEBUG -O3
123123
endif
124124

125125
#

WriteBuildNo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// Note - there must be two tabs between BUILDNUM_VERSION and
55
// the actual number, otherwise the makefile for linux will not
66
// pick up the value.
7-
#define BUILDNUM_VERSION 12
7+
#define BUILDNUM_VERSION 13

0 commit comments

Comments
 (0)