Changeset 644
- Timestamp:
- Nov 30, 2004, 3:36:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/compile.py
r507 r644 10 10 Ole Nielsen, Oct 2001 11 11 """ 12 13 #Hello from GA - more from GA's linux box14 15 12 16 13 … … 122 119 compiler = CC 123 120 else: 124 compiler = 'gcc -O3'121 compiler = 'gcc' 125 122 if LD: 126 123 loader = LD … … 198 195 # 199 196 200 s = "%s -c %s -I%s -o %s.o -Wall -O " %(compiler, FN, include, root)197 s = "%s -c %s -I%s -o %s.o -Wall -O3" %(compiler, FN, include, root) 201 198 if verbose: 202 199 print s
Note: See TracChangeset
for help on using the changeset viewer.