mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
Remove debug symbols for Linux release build
This commit is contained in:
parent
e442ac8fbf
commit
5b5dc323b0
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