We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea29718 commit 6f1c4deCopy full SHA for 6f1c4de
Makefile
@@ -2,7 +2,7 @@ PRIV_DIR = $(MIX_APP_PATH)/priv
2
NIF_PATH = $(PRIV_DIR)/libpythonx.so
3
4
C_SRC = $(shell pwd)/c_src/pythonx
5
-CPPFLAGS = -shared -fPIC -std=c++17 -Wall -Wextra -Wno-unused-parameter -Wno-comment
+CPPFLAGS = -shared -fPIC -fvisibility=hidden -std=c++17 -Wall -Wextra -Wno-unused-parameter -Wno-comment
6
CPPFLAGS += -I$(ERTS_INCLUDE_DIR) -I$(FINE_INCLUDE_DIR)
7
8
ifdef DEBUG
0 commit comments