diff options
Diffstat (limited to '.env')
-rw-r--r-- | .env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ LD=i386-elf-ld AS=nasm AR=ar -CFLAGS=-ffreestanding -m32 -O2 -Wall -Wextra -pedantic -DKERNEL_LOG +CFLAGS=-ffreestanding -m32 -O2 -Wall -Wextra -pedantic # -DKERNEL_LOG LDFLAGS=-nostdlib QEMU=qemu-system-i386 |