aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a47d9aee..c68af1fc 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,11 @@ COMMON_CFLAGS += -DCHRE_ASSERTIONS_ENABLED
# Place nanoapps in a namespace.
COMMON_CFLAGS += -DCHRE_NANOAPP_INTERNAL
+# Force all CHRE symbols to be hidden by default.
+COMMON_CFLAGS += -fvisibility=hidden
+
+# Hexagon Flags ################################################################
+
# Define CUST_H to allow including the customer header file.
HEXAGON_CFLAGS += -DCUST_H