aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2f6892a0..c2f80adc 100644
--- a/meson.build
+++ b/meson.build
@@ -4,6 +4,8 @@ project('Hyprland', 'cpp', 'c',
'warning_level=2',
'default_library=static',
'optimization=3',
+ 'buildtype=release',
+ 'debug=false'
# 'cpp_std=c++23' # not yet supported by meson, as of version 0.63.0
])