summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
Diffstat (limited to '.env')
-rw-r--r--.env4
1 files changed, 2 insertions, 2 deletions
diff --git a/.env b/.env
index 972c2e5..c3ca14b 100644
--- a/.env
+++ b/.env
@@ -5,7 +5,7 @@ LD = $(ARCH)-$(FORMAT)-ld
AS = nasm
AR = ar
-CFLAGS = -ffreestanding -m32 -O2 -Wall -Wextra -pedantic # -DKERNEL_LOG
-LDFLAGS = -nostdlib
+CFLAGS = -ffreestanding -m32 -O2 -Wall -Wextra -pedantic
+LDFLAGS = -nostdlib -export-dynamic
QEMU = qemu-system-i386