diff options
author | Marvin Borner | 2020-09-26 13:19:06 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-26 13:19:06 +0200 |
commit | 038722e045684a1a04f0fd6a51da2a6ea9dc9bb5 (patch) | |
tree | d0a95bc3c9dced5a390258031e810758d066c966 /kernel/Makefile | |
parent | 6668ea8666377f9e2adfeb486c5048a85fa590d1 (diff) |
Some random network things
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 02f5156..e415454 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -23,7 +23,7 @@ LD = ../cross/opt/bin/i686-elf-ld OC = ../cross/opt/bin/i686-elf-objcopy AS = nasm -CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -mno-red-zone -mgeneral-regs-only -std=c99 -m32 -pedantic-errors -Wl,-ekernel_main -I../libc/inc/ -Iinc/ -Dkernel -Ofast +CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -mno-red-zone -mgeneral-regs-only -std=c99 -m32 -pedantic-errors -Wl,-ekernel_main -I../libc/inc/ -Iinc/ -Dkernel -O0 ASFLAGS = -f elf32 |