- Timestamp:
- 05/25/05 02:33:02 (4 years ago)
- svk:copy_cache_prev:
- 5385
- Files:
-
- 1 modified
-
inc/Module/Install/Pugs.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Pugs.pm
r3841 r3842 171 171 if $self->is_extension_build; 172 172 $ghc_flags .= join(' ', grep { m{^/} or m{^-[DILl]} or m{^-Wl,-R} } 173 split (' ', `$^X -MExtUtils::Embed -e ccopts,ldopts`))173 split (' ', `$^X -MExtUtils::Embed -e ldopts`)) 174 174 if $ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /perl5/i; 175 175 chomp $ghc_flags; 176 #$ghc_flags .= " -fno-warn-deprecations -fno-warn-orphans";177 176 return ($ghc, $ghc_version, $ghc_flags); 178 177 }
