Skip to content

Commit

Permalink
Add optimization flags for Release Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
irodushka committed Nov 15, 2024
1 parent fb1c022 commit 0c08ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Builds/Gcc.lin/makefile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ODBCJDBCSDEFFILE= $(ODBCJDBCSETUPDIR)/OdbcJdbcSetup.def
ifeq (Yes,$(DEBUG))
DEBUGFLAGS = -g3 -O0 -D_DEBUG -DDEBUG -DLOGGING -fexceptions
else
DEBUGFLAGS = -DNDEBUG
DEBUGFLAGS = -DNDEBUG -O3
endif

#
Expand Down
2 changes: 1 addition & 1 deletion WriteBuildNo.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// Note - there must be two tabs between BUILDNUM_VERSION and
// the actual number, otherwise the makefile for linux will not
// pick up the value.
#define BUILDNUM_VERSION 12
#define BUILDNUM_VERSION 13

0 comments on commit 0c08ce7

Please sign in to comment.