projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab156e
)
meson.build: drop the explicit -g flag
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 6 Nov 2019 01:48:49 +0000
(11:48 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 6 Nov 2019 01:48:49 +0000
(11:48 +1000)
Let's rely on meson to set this for us.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 84f67f509f7c07a9c07a11f29990453d53232fc9..51dbd7dadc4cde649f0d59f4151e950b5400dcd8 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-43,7
+43,7
@@
libinput_so_version = '@0@.@1@.@2@'.format((libinput_lt_c - libinput_lt_a),
# Compiler setup
cc = meson.get_compiler('c')
-cppflags = ['-Wno-unused-parameter', '-
g', '-
fvisibility=hidden']
+cppflags = ['-Wno-unused-parameter', '-fvisibility=hidden']
cflags = cppflags + ['-Wmissing-prototypes', '-Wstrict-prototypes']
add_project_arguments(cflags, language : 'c')
add_project_arguments(cppflags, language : 'cpp')