Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Sep 21, 2009
1 parent 0163b32 commit cf26716
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.PL
Expand Up @@ -5,7 +5,11 @@ all_from 'lib/HTTP/Server/Fast.pm';
cc_warnings;
use_ppport 3.19;

cc_append_to_libs 'stdc++';
makemaker_args CC => 'g++';
makemaker_args LD => 'g++';
makemaker_args XSOPT => '-C++';
makemaker_args XSOPT => '-C++';

cc_append_to_ccflags '-O0';
# cc_append_to_ccflags '-DPREFORK';
# cc_append_to_ccflags '-DDEBUG=1';
Expand Down

0 comments on commit cf26716

Please sign in to comment.