Ignore:
Timestamp:
Dec 12, 2005, 2:07:14 PM (19 years ago)
Author:
duncan
Message:

hack, added -DTRILIBRARY=1 -DNO_TIMER=1 to get triangle to compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pmesh/compile.py

    r829 r2137  
    194194    # Compile
    195195    #
    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)
    197197
    198198    if os.name == 'posix' and os.uname()[4] == 'x86_64':
Note: See TracChangeset for help on using the changeset viewer.