diff options
Diffstat (limited to '.env')
-rw-r--r-- | .env | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |