explicitly set compiler options
parent
a5e4ab6233
commit
f46fd11416
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue