- Timestamp:
- 04/19/2008 09:01:23 (7 months ago)
- Files:
-
- 1 modified
-
trunk/ext/redcloth_scan/extconf.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ext/redcloth_scan/extconf.rb
r300 r301 1 1 require 'mkmf' 2 2 3 $CFLAGS << " -O 0 " # do not optimize (takes too much memory and performance gain is negligeable)3 $CFLAGS << " -O2 " 4 4 5 5 ### It seems to work fine without these