Magellan Linux

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

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

revision 30873 by niro, Thu May 3 08:28:54 2018 UTC revision 30874 by niro, Thu May 3 09:08:17 2018 UTC
# Line 65  src_prepare() Line 65  src_prepare()
65    
66  src_compile()  src_compile()
67  {  {
68     export CPPFLAGS=""
69   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 -flto=3'
70   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 -flto=3'
71   export CC=gcc   export CC=gcc
# Line 76  src_compile() Line 77  src_compile()
77   --disable-debug \   --disable-debug \
78   --disable-debug-symbols \   --disable-debug-symbols \
79   --disable-strip \   --disable-strip \
80   --disable-gold \   --enable-gold \
81   --enable-optimize="-O2" \   --enable-optimize="-O2" \
82   --enable-pie \   --enable-pie \
83   --enable-posix-nspr-emulation \   --enable-posix-nspr-emulation \

Legend:
Removed from v.30873  
changed lines
  Added in v.30874