Changeset 301 for trunk

Show
Ignore:
Timestamp:
04/19/2008 09:01:23 (7 months ago)
Author:
jgarber
Message:

O2 compilation provides best performance on my machine

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ext/redcloth_scan/extconf.rb

    r300 r301  
    11require 'mkmf' 
    22 
    3 $CFLAGS << " -O0 " # do not optimize (takes too much memory and performance gain is negligeable) 
     3$CFLAGS << " -O2 " 
    44 
    55### It seems to work fine without these