mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 17:14:39 +00:00
added parameter for stripping asserts on release on mingw
This commit is contained in:
parent
02cd4abc6f
commit
72f4e20e1d
@ -7,6 +7,10 @@ CONFIG += console \
|
||||
stl \
|
||||
debug_and_release
|
||||
|
||||
release{
|
||||
win32-g++:DEFINES += NDEBUG
|
||||
}
|
||||
|
||||
# Mac specific Config required to avoid to make application bundles
|
||||
CONFIG -= app_bundle
|
||||
TEMPLATE = app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user