mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Moved previous filter-out section after DSO_CFLAGS is set.
This commit is contained in:
parent
5baae8119f
commit
060260594a
@ -65,10 +65,6 @@ OS_INCLUDES = $(NSPR_CFLAGS) $(JPEG_CFLAGS) $(PNG_CFLAGS) $(ZLIB_CFLAGS)
|
||||
OS_LIBS = @LDFLAGS@ @LIBS@
|
||||
AC_DEFINES = @DEFS@
|
||||
|
||||
ifdef MOZ_DEBUG
|
||||
OS_CFLAGS := $(filter-out -O%, $(OS_CFLAGS))
|
||||
endif
|
||||
|
||||
USE_CPP_INCLUDE_FLAG = @USE_CPP_INCLUDE_FLAG@
|
||||
ifdef USE_CPP_INCLUDE_FLAG
|
||||
AC_INCLUDE_OR_DEFINES := -include @CONFIG_DEFS_H@
|
||||
@ -160,6 +156,10 @@ LIBS_PATH = @LIBS_PATH@
|
||||
|
||||
COMPILER_DEPEND = @COMPILER_DEPEND@
|
||||
|
||||
ifdef MOZ_DEBUG
|
||||
OS_CFLAGS := $(filter-out -O%, $(OS_CFLAGS))
|
||||
endif
|
||||
|
||||
# Pulled these out of configure.in,
|
||||
# so undefine them now instead of subst
|
||||
MOZ_NETCAST =
|
||||
|
Loading…
x
Reference in New Issue
Block a user