aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-02-04 01:13:15 +0200
committerMihai Fufezan <[email protected]>2023-02-04 01:13:15 +0200
commitbd2245d642f700ac736cd8349352917ef5340dbc (patch)
treeaee8ea6f7a9d80a31d67eadfee9cea29be1f9b2c
parentbe6325dd4b0a99561281ba557f1d37e945fa183f (diff)
downloadHyprland-bd2245d642f700ac736cd8349352917ef5340dbc.tar.gz
Hyprland-bd2245d642f700ac736cd8349352917ef5340dbc.zip
meson: build in release by default
-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
])