X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2FMakefile;h=99bf8cf223adfffb800b0514f40b70f7921c778e;hb=208459b4e180f8317f322fd66d34ad3ac0c2c681;hp=7567e7b84d920198faeb146e5dbf23697e2dfedc;hpb=38518c9efa04fe598979fcf152460255669bbea7;p=rrq%2Foverlay-boot.git diff --git a/src/Makefile b/src/Makefile index 7567e7b..99bf8cf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,8 +1,8 @@ all: reaper # Pick compiler by preference -CCPREFS = /usr/bin/musl-gcc /usr/bin/gcc -CC = $(word 1,$(shell ls $(CCPREFS) 2>/dev/null)) +#CC = /usr/bin/gcc +CC = /usr/bin/musl-gcc CFLAGS = -Wall -static -O3 -flto