aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-06-22 13:54:44 -0700
committerNikolaus Rath <Nikolaus@rath.org>2017-06-22 14:21:07 -0700
commit9ac5829b899ded338d504f030690005014ca141e (patch)
tree9b482ff02232609baff0e464e953bdfd71014beb /meson.build
parent9cfeaf5120ea78323da294cbdfc1ab3fbb62cba1 (diff)
downloadsshfs-9ac5829b899ded338d504f030690005014ca141e.tar
sshfs-9ac5829b899ded338d504f030690005014ca141e.tar.gz
sshfs-9ac5829b899ded338d504f030690005014ca141e.tar.bz2
sshfs-9ac5829b899ded338d504f030690005014ca141e.zip
Compile with -g -O2 by default.
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 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')