Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 95ce5d0

Browse files
committed
Improve file size for linux builds
1 parent 05f6671 commit 95ce5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ OBJS=$(patsubst $(SDIR)%.cpp, $(ODIR)%.o, $(SRCS))
2121

2222
CC=g++
2323
STFU=-Wno-unused-function -Wno-unused-variable -Wno-parentheses -Wno-unknown-pragmas
24-
CFLAGS=-std=c++17 -m32 -fPIC -static-libstdc++ -shared -Wall $(STFU) -I$(SDIR)
24+
CFLAGS=-std=c++17 -m32 -fPIC -static-libstdc++ -shared -Wall -s $(STFU) -I$(SDIR)
2525
#CFLAGS+=-D _DEBUG
2626
EXPORT=cp -fu
2727
PRINT=echo

0 commit comments

Comments
 (0)