diff --git a/src/meshlabplugins/filter_plymc/plymc.pro b/src/meshlabplugins/filter_plymc/plymc.pro index 62cd55ddd..4a4d2ee99 100755 --- a/src/meshlabplugins/filter_plymc/plymc.pro +++ b/src/meshlabplugins/filter_plymc/plymc.pro @@ -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