mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05: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
|
||||
# enabled.
|
||||
DEBUG_FILES_CFLAGS?= -g -gz=zlib
|
||||
DEBUG_FILES_CFLAGS?= -g
|
||||
|
||||
# Allow user-specified additional warning flags, plus compiler and file
|
||||
# specific flag overrides, unless we've overridden this...
|
||||
|
|
|
|||
Loading…
Reference in a new issue