mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
For Irix CC builds, change the default optimization flags to -O -g.
Lame workaround for bug 92099. r=bbaetz
This commit is contained in:
parent
3ede41a072
commit
b957280c40
@ -46,6 +46,13 @@ CPPSRCS = \
|
||||
nsFtpControlConnection.cpp \
|
||||
$(NULL)
|
||||
|
||||
# Use -g for Irix mipspro builds as workaround for bug 92099
|
||||
ifneq (,$(filter IRIX IRIX64,$(OS_ARCH)))
|
||||
ifndef GNU_CC
|
||||
MODULE_OPTIMIZE_FLAGS=-O -g
|
||||
endif
|
||||
endif
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a
|
||||
# static lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user