aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2020-07-24 15:21:36 +0200
committerMarvin Borner2020-07-24 15:21:36 +0200
commitfd73441fe4950c683699fe38ad59e4541b75e5a7 (patch)
tree7f549911388fd3881e52bbf2139aed8170c97481 /Makefile
parent43183fe6b259005174a424828b2fbb06bfeb4a90 (diff)
Bug hunting for file reading (ext2 idp recursion)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31666a7..b0326a0 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ LD = cross/opt/bin/i686-elf-ld
AS = nasm
# TODO: Use lib as external library
-CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -mgeneral-regs-only -std=c99 -pedantic-errors -Isrc/lib/inc/ -Isrc/inc/ -c
+CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -fno-pic -mgeneral-regs-only -std=c99 -m32 -pedantic-errors -Isrc/lib/inc/ -Isrc/inc/ -c
ASFLAGS = -f elf32