Skip to content

Commit

Permalink
Adding the correct flag for the compilation under linux so that we do…
Browse files Browse the repository at this point in the history
…n't do this mistake (#19) again
  • Loading branch information
frederic-michaud committed Jan 7, 2019
1 parent ce61fbd commit 2fc9a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ debug: INCS += -D_DEBUG
debug: CFLAGS += -Wall
debug: bin

release: CFLAGS += -O3 #-static
release: CFLAGS += -O3 -static
release: CFLAGS += -DVERSIONGIT=\"$(GIT_VERSION)\"
release: bin

Expand Down

0 comments on commit 2fc9a2e

Please sign in to comment.