X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2FMakefile;h=99bf8cf223adfffb800b0514f40b70f7921c778e;hb=d48e5ceb9e4539f32df76804ff878a10dadcba35;hp=5c8c75744c433dfc733ce6b76d1923ca91da7c14;hpb=107009a27770dc0c617bfe80442336d54aee445b;p=rrq%2Foverlay-boot.git diff --git a/src/Makefile b/src/Makefile index 5c8c757..99bf8cf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,9 @@ all: reaper -CC = musl-gcc +# Pick compiler by preference +#CC = /usr/bin/gcc +CC = /usr/bin/musl-gcc + CFLAGS = -Wall -static -O3 -flto reaper: reaper.c