summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-22 15:46:24 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-22 15:46:24 +0100
commit795b1f7df203ae33e1d0eb13612f0ba2abf4351e (patch)
tree42c4d8f94b6e7a9815ea5b3fe52a251d004d4b87 /Makefile
parent4ef54112ec3d3772cb97984a26c85299b8065316 (diff)
fix / workaround for my ELF binaries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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