source: build_options.py @ 3339

Last change on this file since 3339 was 3327, checked in by jack, 19 years ago

Improved Build Process under Windows:

MinGW tools should be favoured over MSVC tools.
CFLAGS variable in build_options.py split into MSVCFLAGS and GCCFLAGS

File size: 133 bytes
RevLine 
[3282]1# Build configuration for ANUGA
2
[3327]3# Flags to pass to GCC
4GCCFLAGS = '-O3 -Wall'
5
6# Flags to pass to MSVC Compiler
7MSVCFLAGS = '/Wall'
Note: See TracBrowser for help on using the repository browser.