Bugzilla bug 231934: OS/2 only - code from ganesh - generate map files on

OS/2. r=mkaply, sr=blizzard (platform specific)


git-svn-id: svn://10.0.0.236/trunk@154471 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wchang0222%aol.com 2004-04-03 03:12:15 +00:00
parent cdaa6aaa8f
commit f6d5e3e614

View File

@ -1815,7 +1815,8 @@ mips-sony-newsos*)
CXXFLAGS="$CFLAGS -Wall -Zomf"
MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
DSO_CFLAGS=
DSO_LDOPTS='-Zomf -Zdll'
DSO_LDOPTS='-Zomf -Zdll -Zmap'
LDFLAGS='-Zmap'
_OPTIMIZE_FLAGS="-O2 -s"
_DEBUG_FLAGS="-g -fno-inline"
if test -n "$MOZ_OPTIMIZE"; then