From f10be1f81792d1707e1951ceb289056332ff1f4b Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sat, 27 Feb 2021 10:08:34 +0100 Subject: Make symbols invisible --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6df170c..56decbf 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,7 @@ bin_objects:=\ protocols:=/usr/share/wayland-protocols wl_headers:=xdg-shell.h -CFLAGS?=-O3 -Wall -Wextra -Werror -pedantic +CFLAGS?=-O3 -Wall -Wextra -Werror -pedantic -fvisibility=hidden LDFLAGS?=-O3 -s -lwayland-client -lrt all: libpui.a pui convert sample.pui -- cgit v1.2.3