Changeset 3538 for inc/Module/Install/Pugs.pm
- Timestamp:
- 05/20/05 23:49:16 (4 years ago)
- svk:copy_cache_prev:
- 5107
- Files:
-
- 1 modified
-
inc/Module/Install/Pugs.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Pugs.pm
r2841 r3538 165 165 my $ghc_flags = "-H0 -L. -Lsrc -Lsrc/syck -Lsrc/pcre -I. -Isrc -Isrc/pcre -Isrc/syck"; 166 166 $ghc_flags .= " -i. -isrc -isrc/pcre -isrc/syck -static "; 167 $ghc_flags .= " -Wall -Werror"167 $ghc_flags .= " -Wall " 168 168 unless $self->is_extension_build; 169 $ghc_flags .= " -fno-warn- missing-signatures -fno-warn-name-shadowing ";169 $ghc_flags .= " -fno-warn-name-shadowing "; 170 170 $ghc_flags .= " -I../../src -i../../src " 171 171 if $self->is_extension_build;
