summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-08-07 17:03:03 +0200
committerDave Davenport <qball@gmpclient.org>2017-08-07 17:03:03 +0200
commit96c70813caf7dd365e52caa285f2c20edb5e405f (patch)
tree46e78cccb55f04d788483d53507c37bddb1c697d /meson.build
parent9d98fe3b9b2a70fa5460e72821452b13aee0c13f (diff)
parentfdb9b014f543db6b21d8ef0c028f409140c84aa0 (diff)
Merge remote-tracking branch 'origin/next'
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4a07d93d..c8187a68 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,6 @@ project('rofi', 'c',
c_compiler = meson.get_compiler('c')
add_project_arguments(
- '-fvisibility=hidden',
'-I@0@'.format(meson.build_root()),
'-I@0@'.format(join_paths(meson.source_root(), 'include')),
language: 'c'