source:
build_options.py
@
3413
Last change on this file since 3413 was 3327, checked in by jack, 18 years ago | |
---|---|
File size: 133 bytes |
Line | |
---|---|
1 | # Build configuration for ANUGA |
2 | |
3 | # Flags to pass to GCC |
4 | GCCFLAGS = '-O3 -Wall' |
5 | |
6 | # Flags to pass to MSVC Compiler |
7 | MSVCFLAGS = '/Wall' |
Note: See TracBrowser
for help on using the repository browser.