- 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)
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
c++DBUG =
|
|
c++OPT = -march=opteron -O3
|
|
#c++OPT = -march=nocona -O3
|
|
# -ftree-vectorize -ftree-vectorizer-verbose=3
|