Changeset 2137 for inundation/pmesh/compile.py
- Timestamp:
- Dec 12, 2005, 2:07:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pmesh/compile.py
r829 r2137 194 194 # Compile 195 195 # 196 s = "%s -c %s -I%s -o %s.o -Wall -O3 " %(compiler, FN, include, root)196 s = "%s -c %s -I%s -o %s.o -Wall -O3 -DTRILIBRARY=1 -DNO_TIMER=1" %(compiler, FN, include, root) 197 197 198 198 if os.name == 'posix' and os.uname()[4] == 'x86_64':
Note: See TracChangeset
for help on using the changeset viewer.