blob: fa9ad16a99f5cc685fc0201fadce1cd616e80ee2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** System/CONFIG.proto.0 Mon Oct 31 03:55:23 1994
--- System/CONFIG.proto Mon Oct 31 03:57:59 1994
***************
*** 13,19 ****
"#/System/base.a #/System/GC/gc.a -lm"
-- extra args to pass to C compile if optimization turned on
! "-O"
-- extra args to pass to C compile if debugging turned on
"-g"
--- 13,19 ----
"#/System/base.a #/System/GC/gc.a -lm"
-- extra args to pass to C compile if optimization turned on
! "-O2"
-- extra args to pass to C compile if debugging turned on
"-g"
|