Forgot to add these to the previous commit.

This commit is contained in:
2020-05-08 10:17:34 -05:00
parent 3d4557343f
commit ff96bef431
3 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.DELETE_ON_ERROR:
CC = gcc
GCCPARAMS = -m32 -fno-pie -nostdlib -fstrength-reduce -fomit-frame-pointer -finline-functions -fno-builtin -nostdinc -fno-stack-protector
GCCPARAMS = -m32 -fno-pie -nostdlib -fstrength-reduce -fomit-frame-pointer -finline-functions -fno-builtin -nostdinc -fno-stack-protector -Wall -Wextra
ASPARAMS = -f elf32
LDPARAMS = -m elf_i386