aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ebe280f..47762e6 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project('sshfs', 'c', version: '3.0.0',
meson_version: '>= 0.38',
default_options: [ 'buildtype=plain' ])
-add_global_arguments('-D_REENTRANT', '-DHAVE_CONFIG_H',
+add_global_arguments('-D_REENTRANT', '-DHAVE_CONFIG_H', '-O2', '-g',
'-Wall', '-Wextra', '-Wno-sign-compare',
'-Wmissing-declarations', '-Wwrite-strings',
language: 'c')