|
|
@ -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" |
|
|
|
|