mirror of
https://github.com/ENSL/NS.git
synced 2024-11-24 21:41:17 +00:00
Merge pull request #6 from ENSL/release-v3.2.1b
Remove debug symbols for Linux release build
This commit is contained in:
commit
11c35b4cce
1 changed files with 4 additions and 4 deletions
|
@ -69,10 +69,10 @@ endif
|
|||
CLINK=$(CC)
|
||||
|
||||
ifeq "$(CFG)" "release"
|
||||
ARCH_CFLAGS_I486=-O3 -gdwarf-2 -g2
|
||||
ARCH_CFLAGS_I686=-O3 -gdwarf-2 -g2
|
||||
ARCH_CFLAGS_AMD=-O3 -gdwarf-2 -g2
|
||||
ARCH_CFLAGS_AMD64=-m64 -O3 -gdwarf-2 -g2
|
||||
ARCH_CFLAGS_I486=-O3
|
||||
ARCH_CFLAGS_I686=-O3
|
||||
ARCH_CFLAGS_AMD=-O3
|
||||
ARCH_CFLAGS_AMD64=-m64
|
||||
else
|
||||
ARCH_CFLAGS_I486=-gdwarf-2 -g2
|
||||
ARCH_CFLAGS_I686=-gdwarf-2 -g2
|
||||
|
|
Loading…
Reference in a new issue