index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2020-05-05 00:41:09 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-05-06 13:48:07 +1000 |
commit | 3a6c9220fffe1836f2f1b8e8618543791bd3901f (patch) | |
tree | 5a2b4cc8c421e41015a1525ea61798c7a9d2486a | |
parent | df30f10672ba46a34521d6a503e8a1764d4795cc (diff) |
-rw-r--r-- | meson.build | 2 |
diff --git a/meson.build b/meson.build index 572526b2..680cf62b 100644 --- a/meson.build +++ b/meson.build @@ -177,7 +177,7 @@ elif conf.has('HAVE_STRUCT_STATFS_F_FLAGS') conf.set('FSSTATSTYPE', 'struct statfs') endif -if get_option('buildtype').startswith('debug') +if get_option('debug') extra_cflags = [ '-Wcast-align', '-Wclobbered', |