We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35262f5 commit d7e5a59Copy full SHA for d7e5a59
GNUmakefile
@@ -1,5 +1,5 @@
1
WIN32_CC ?= i686-w64-mingw32-gcc
2
-CFLAGS ?= -g -O3 -static -lm -Wall -Wextra
+CFLAGS ?= -g -O3 -static -ffunction-sections -fdata-sections -Wl,--gc-sections -lm -Wall -Wextra
3
PREFIX ?= /usr/local
4
5
all: hicolor
0 commit comments