- 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
86 B
Plaintext
3 lines
86 B
Plaintext
cDBUG = -ggdb -DFULLDEBUG
|
|
cOPT = -O1 -fdefault-inline -finline-functions
|