diff options
author | Marvin Borner | 2020-07-24 15:21:36 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-24 15:21:36 +0200 |
commit | fd73441fe4950c683699fe38ad59e4541b75e5a7 (patch) | |
tree | 7f549911388fd3881e52bbf2139aed8170c97481 /Makefile | |
parent | 43183fe6b259005174a424828b2fbb06bfeb4a90 (diff) |
Bug hunting for file reading (ext2 idp recursion)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |