Skip to content

Commit

Permalink
win32/GNUmakefile: Remove -s option from compiler flags
Browse files Browse the repository at this point in the history
Binary stripping is done at linking time
  • Loading branch information
Biswa96 committed Jun 11, 2021
1 parent 422ec89 commit 21ae2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/GNUmakefile
Expand Up @@ -627,7 +627,7 @@ OPTIMIZE = -g -O2
LINK_DBG = -g
DEFINES += -DDEBUGGING
else
OPTIMIZE = -s -O2
OPTIMIZE = -O2
LINK_DBG = -s
endif

Expand Down

0 comments on commit 21ae2e1

Please sign in to comment.