Changeset 246
- Timestamp:
- 02/27/2008 11:22:01 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/superredcloth/ext/superredcloth_scan/extconf.rb
r191 r246 1 1 require 'mkmf' 2 2 3 if /darwin9/ =~ RUBY_PLATFORM 4 # OSX 10.5 doesn't like the default "-Os" 5 $CFLAGS << " -O1 " 6 end 3 # do not optimize (takes too much memory and performance gain is negligeable) 4 $CFLAGS << " -O0 " 7 5 8 6 dir_config("superredcloth_scan")