- Timestamp:
- 09/05/06 09:31:36 (2 years ago)
- Files:
-
- 1 modified
-
inc/Module/Install/Pugs.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Pugs.pm
r12938 r13030 347 347 } 348 348 349 # assert_ghc makes a call to EU::MM that litters ghc_flags 350 # with threading options. 351 sub dethread_flags { 352 my (undef, @args) = @_; 353 map { $_ = join ' ', grep { !/thread/i && $_ ne '-lc' } split ' ' } @args; 354 } 355 349 356 1;
