Changeset 411
- Timestamp:
- 07/12/07 21:07:28 (1 year ago)
- Files:
-
- version_0/ext/extconf.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/ext/extconf.rb
r392 r411 71 71 # on Unix we need a g++ link, not gcc. 72 72 CONFIG['LDSHARED'] = "$(CXX) -shared" 73 74 # Patch by Tim Pease, fixes SUNWspro compile problems. 75 if CONFIG['CC'] == 'cc' 76 $CFLAGS = CONFIG['CFLAGS'] = "-g -O2 -fPIC" 77 CONFIG['CCDLFLAGS'] = "-fPIC" 78 end 73 79 74 80 when /darwin/