mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- added rules for gcc-4.3 in preparation for switching to gcc-4.4 - added 'clean' target for wmake/src/Makefile It is probably reasonable to separate the binaries from the rules (TODO)
3 lines
67 B
Plaintext
3 lines
67 B
Plaintext
c++DBUG = -ggdb3 -DFULLDEBUG
|
|
c++OPT = -O0 -fdefault-inline
|