From 996fabd55953c78d141f4db3b1daf0b6726dfe93 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 25 Nov 2005 17:26:04 +0000 Subject: [PATCH] Clifford Wolf: Fixed 'scilab' for build without 'test' optimization (i.e. almost everything except a reference build) [2005112212384205438] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6696 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/kasc/scilab/scilab.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/kasc/scilab/scilab.conf b/package/kasc/scilab/scilab.conf index 15a86e815..7c5df265f 100644 --- a/package/kasc/scilab/scilab.conf +++ b/package/kasc/scilab/scilab.conf @@ -38,3 +38,7 @@ var_append makeopt " " "all" # --with-pic try to use only PIC/non-PIC objects default=use both # --with-x use the X Window System +# scilab doesn't real optimizations. (tested with gcc 3.4.4) +# looks like this is some kind of crazy inlining problem.. +var_append GCC_WRAPPER_INSERT " " "-O1" +