Don't overwrite CFLAGS/CXXFLAGS
The -debuginfo mozconfig was stomping on our CFLAGS/CXXFLAGS.
This commit is contained in:
parent
c763d0e4b3
commit
b2dc87063d
@ -1,5 +1,5 @@
|
|||||||
# For mozilla's debuginfo:
|
# For mozilla's debuginfo:
|
||||||
export CFLAGS="-gstabs+"
|
export CFLAGS="$CFLAGS -gstabs+"
|
||||||
export CXXFLAGS="-gstabs+"
|
export CXXFLAGS="$CXXFLAGS -gstabs+"
|
||||||
export MOZ_DEBUG_SYMBOLS=1
|
export MOZ_DEBUG_SYMBOLS=1
|
||||||
ac_add_options --enable-crashreporter
|
ac_add_options --enable-crashreporter
|
||||||
|
Loading…
Reference in New Issue
Block a user