diff options
author | Kay Sievers <kay@vrfy.org> | 2013-01-19 20:27:31 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-01-19 20:40:52 +0100 |
commit | 89eb2d600a187d398e70289d5349893bb3b6aee2 (patch) | |
tree | b72b74a0946b61e86fdd28b17ca4a1594195c0e5 /Makefile | |
parent | 987c1077db3e4622dba729ed4f8aee7204107105 (diff) |
export LoaderDevicePartUUID=
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,11 +12,13 @@ CPPFLAGS = \ CFLAGS = \ -DVERSION=$(VERSION) \ -Wall \ + -nostdinc \ -ggdb -O0 \ -fpic \ -fshort-wchar \ -nostdinc \ -ffreestanding \ + -fno-strict-aliasing \ -fno-stack-protector \ -Wsign-compare |