From 795b1f7df203ae33e1d0eb13612f0ba2abf4351e Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 22 Nov 2014 15:46:24 +0100 Subject: fix / workaround for my ELF binaries --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91e04e9..61b9df6 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ CC=i686-foolos-gcc ############ compiler flags ############ CFLAGS= +CFLAGS=-w CFLAGS+=-ffreestanding CFLATS+=-Wall CFLAGS+=-Wextra -- cgit v1.2.3