- 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
|