mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Use OS_CFLAGS to set debugging flags as CFLAGS gets overwritten later.
This commit is contained in:
parent
1f7794844d
commit
31e9aabbbe
@ -121,7 +121,7 @@ OS_CONFIG := $(OS_ARCH)$(OS_RELEASE)
|
||||
|
||||
ifneq (, $(filter $(MODULE), $(MOZ_DEBUG_MODULES)))
|
||||
MOZ_DEBUG=1
|
||||
CFLAGS="$CFLAGS -g"
|
||||
OS_CFLAGS += -g
|
||||
endif
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user