summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
Diffstat (limited to '.env')
-rw-r--r--.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env b/.env
index ab3cca2..8884d6d 100644
--- a/.env
+++ b/.env
@@ -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