summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>2017-08-05 18:36:01 -0400
committerPaul Gevers <elbrus@debian.org>2017-08-05 18:36:01 -0400
commitc5e2ba6834c22ac0b70622a397db5d01a290ca88 (patch)
treecd7a6ea717dcbc6bc9a4804356cf32e07964cf45
parentec722e0b46bc5c3d293a27c7d0391cb8d66427db (diff)
_inlines-hidden
Compile with -fvisibility-inlines-hidden to reduce the amount of exported symbols that we need to take care of in the .symbols file. Gbp-Pq: Name 01_inlines-hidden.patch
-rw-r--r--Qt5Pas.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Qt5Pas.pro b/Qt5Pas.pro
index 1feaf7f..fa0f5e5 100644
--- a/Qt5Pas.pro
+++ b/Qt5Pas.pro
@@ -21,7 +21,7 @@ TEMPLATE = lib
VPATH = src
MOC_DIR = tmp
OBJECTS_DIR = tmp
-QMAKE_CXXFLAGS += -Wfatal-errors
+QMAKE_CXXFLAGS += -Wfatal-errors -fvisibility-inlines-hidden
# Match Intel x86_64 i686 i586 i386 x86 ...
is86 = $$find(QMAKE_HOST.arch, ".*86")