From ac4012cd1d2f703d2a5fd846baec10870edd3d6e Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Sat, 18 Feb 2017 14:01:09 +0100 Subject: [PATCH] added -fvisibility=hidden for making .so libs --- libftasm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libftasm/Makefile b/libftasm/Makefile index 34840305..ea74a85b 100644 --- a/libftasm/Makefile +++ b/libftasm/Makefile @@ -6,7 +6,7 @@ # By: jhalford +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2017/02/07 16:09:36 by jhalford #+# #+# # -# Updated: 2017/02/18 13:05:19 by jhalford ### ########.fr # +# Updated: 2017/02/18 13:58:40 by jhalford ### ########.fr # # # # **************************************************************************** # @@ -19,7 +19,7 @@ RM = /bin/rm -rf W_FLAGS = -Wall -Wextra -Werror D_FLAGS = -V_FLAGS = +V_FLAGS = -fvisibility=hidden FLAGS = $(W_FLAGS) $(D_FLAGS) $(V_FLAGS) DELTA = $$(echo "$$(tput cols)-47"|bc)