- Timestamp:
- 09/27/05 11:19:38 (3 years ago)
- Files:
-
- 1 modified
-
script/pugscc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
script/pugscc
r5444 r7164 93 93 # XXX - This chunk should be read off Pugs config anyway. 94 94 my @ghc_flags = ( 95 "-L$base", "-L$core", "-L$core/pcre", "-L$core/syck", 96 "-I$base", "-I$core", "-I$core/pcre", "-I$core/syck", 97 "-i$base", "-i$core", "-i$core/pcre", "-i$core/syck", 95 "-L$base", "-L$core", "-L$core/pcre", "-L$core/syck", "-L$core/cbits", 96 "-I$base", "-I$core", "-I$core/pcre", "-I$core/syck", "-I$core/cbits", 97 "-i$base", "-i$core", "-i$core/pcre", "-i$core/syck", "-i$core/cbits", 98 98 qw(-static -Wall -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-missing-signatures -fno-warn-name-shadowing), 99 99 );
