aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-11-25 13:01:17 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-11-25 15:05:18 +0100
commit09c4508aee96ca20d084b8a60b4c6603de8bff8b (patch)
treefa17b39bb6018b96b8045b3af6bdfbd8e1ca5af5 /meson.build
parentAdd QT_NO_DEBUG to non-debug builds (diff)
downloadsmolbote-09c4508aee96ca20d084b8a60b4c6603de8bff8b.tar.xz
Add Session Dialog
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 25fced3..06d52b6 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@ dep_plasma = declare_dependency(
)
# add -DQT_NO_DEBUG to non-debug builds
-if not get_option('buildtype').startswith('debug')
+if not get_option('debug')
add_global_arguments('-DQT_NO_DEBUG', language: 'cpp')
endif