diff options
Diffstat (limited to 'resources/grubinvaders/patch/compile.sh.patch')
-rw-r--r-- | resources/grubinvaders/patch/compile.sh.patch | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/grubinvaders/patch/compile.sh.patch b/resources/grubinvaders/patch/compile.sh.patch deleted file mode 100644 index 0e7c3b8..0000000 --- a/resources/grubinvaders/patch/compile.sh.patch +++ /dev/null @@ -1,4 +0,0 @@ -6c6 -< CFLAGS="-fno-builtin -nostdinc -O2 -I. -Wall -Werror" ---- -> CFLAGS="-fno-builtin -nostdinc -O2 -I. -Wall -Werror -fno-stack-protector" |