Forgot to add these to the previous commit.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user