mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 00:15:16 -04:00
Disable compressed debug by default
In c910570e75 I enabled compressed debug sections, but it broke mips
and powerpc. Disable it for now.
Reported by: jenkins, manu
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
589951c76a
commit
89ed2ecb14
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ CFLAGS+= ${SSP_CFLAGS}
|
||||||
|
|
||||||
# Additional flags passed in CFLAGS and CXXFLAGS when MK_DEBUG_FILES is
|
# Additional flags passed in CFLAGS and CXXFLAGS when MK_DEBUG_FILES is
|
||||||
# enabled.
|
# enabled.
|
||||||
DEBUG_FILES_CFLAGS?= -g -gz=zlib
|
DEBUG_FILES_CFLAGS?= -g
|
||||||
|
|
||||||
# Allow user-specified additional warning flags, plus compiler and file
|
# Allow user-specified additional warning flags, plus compiler and file
|
||||||
# specific flag overrides, unless we've overridden this...
|
# specific flag overrides, unless we've overridden this...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue