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 =
#lets try enabling everything
CFLAGS += -pthread
CXXFLAGS += -pthread
CFLAGS += -pthread -s
CXXFLAGS += -pthread -s
# OS specific
# TODO: support Windows