Magellan Linux

Diff of /trunk/extras/spidermonkey/spidermonkey-52.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30882 by niro, Mon May 14 10:49:56 2018 UTC revision 30883 by niro, Mon May 14 12:43:59 2018 UTC
# Line 62  src_prepare() Line 62  src_prepare()
62  src_compile()  src_compile()
63  {  {
64   export CPPFLAGS=""   export CPPFLAGS=""
65   export CFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp -flto=3'   export CFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp'
66   export CXXFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp -flto=3'   export CXXFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp'
67   export CC=gcc   export CC=gcc
68   export CXX=g++   export CXX=g++
69   export SHELL="${SHELL}"   export SHELL="${SHELL}"
70    
71   cd ${SRCDIR}/js/src   cd ${SRCDIR}/js/src
72    
  # --enable-optimize="-O2"  
  # --enable-gold  
73   mconfigure \   mconfigure \
74   --disable-debug \   --disable-debug \
75   --disable-debug-symbols \   --disable-debug-symbols \
76   --disable-strip \   --disable-strip \
77   --enable-gold \   --enable-gold \
78   --disable-optimize \   --enable-optimize="-O2"
79   --enable-pie \   --enable-pie \
80   --enable-posix-nspr-emulation \   --enable-posix-nspr-emulation \
81   --enable-readline \   --enable-readline \

Legend:
Removed from v.30882  
changed lines
  Added in v.30883