From fef59a4e3c944784eb01780e87c640611da708c9 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Wed, 27 Apr 2016 16:32:30 +0800 Subject: [PATCH] Makefile: re-enable CC flag -fvisibility=hidden --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d577767..e2216003 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ EXT = so VERSION_EXT = $(EXT).$(API_MAJOR) AR_EXT = a $(LIBNAME)_LDFLAGS += -Wl,-Bsymbolic-functions,-soname,lib$(LIBNAME).$(VERSION_EXT) -# UNICORN_CFLAGS += -fvisibility=hidden +UNICORN_CFLAGS += -fvisibility=hidden endif endif endif