diff options
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 51d037c7..276a5cae 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,3 +78,7 @@ endforeach() merge_translations() install_sources() + +foreach(k C CXX) + fix_flags(${k} "DNDEBUG" "") +endforeach() |