Skip to content

Commit d7e5a59

Browse files
committed
build(makefile): fix build on aarch64 (Termux)
termux/termux-packages#8273 (comment)
1 parent 35262f5 commit d7e5a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
WIN32_CC ?= i686-w64-mingw32-gcc
2-
CFLAGS ?= -g -O3 -static -lm -Wall -Wextra
2+
CFLAGS ?= -g -O3 -static -ffunction-sections -fdata-sections -Wl,--gc-sections -lm -Wall -Wextra
33
PREFIX ?= /usr/local
44

55
all: hicolor

0 commit comments

Comments
 (0)