From d1c957ee6432492b930701b50abf6fb3494f63fa Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 8 Apr 2023 00:59:34 +0800 Subject: [PATCH] strip symbols --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 97eb19aba..3ee7ac9db 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ CXXFLAGS = -I. -I./examples -Ofast -DNDEBUG -std=c++11 -fPIC LDFLAGS = #lets try enabling everything -CFLAGS += -pthread -CXXFLAGS += -pthread +CFLAGS += -pthread -s +CXXFLAGS += -pthread -s # OS specific # TODO: support Windows