Browse Source

Enable stripping for beta release (soon)

tags/1.9.5
falkTX 10 years ago
parent
commit
5636940650
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/Makefile.mk

+ 1
- 1
source/Makefile.mk View File

@@ -53,7 +53,7 @@ endif
BASE_FLAGS = -Wall -Wextra -pipe -DREAL_BUILD
BASE_OPTS = -O2 -ffast-math -mtune=generic -msse -msse2 -fdata-sections -ffunction-sections
LINK_OPTS = -fdata-sections -ffunction-sections -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections
# LINK_OPTS += -Wl,--strip-all
LINK_OPTS += -Wl,--strip-all

ifneq ($(MACOS),true)
# MacOS doesn't support this


Loading…
Cancel
Save