explicitly set compiler options

pull/1/head
Sebastian Held 2010-03-26 17:14:37 +01:00
parent a5e4ab6233
commit f46fd11416
1 changed files with 3 additions and 0 deletions

View File

@ -46,3 +46,6 @@ HEADERS += tools/ErrorMsg.h \
examples/FDTD_examples.h \
openems.h \
FDTD/engine_multithread.h
QMAKE_CXXFLAGS_RELEASE = -O2 -g -march=native
QMAKE_CXXFLAGS_DEBUG = -O0 -g -march=native