strip symbols

This commit is contained in:
Concedo 2023-04-08 00:59:34 +08:00
parent 289c40df94
commit d1c957ee64

View file

@ -36,8 +36,8 @@ CXXFLAGS = -I. -I./examples -Ofast -DNDEBUG -std=c++11 -fPIC
LDFLAGS = LDFLAGS =
#lets try enabling everything #lets try enabling everything
CFLAGS += -pthread CFLAGS += -pthread -s
CXXFLAGS += -pthread CXXFLAGS += -pthread -s
# OS specific # OS specific
# TODO: support Windows # TODO: support Windows