Skip to content

Commit 9b81c51

Browse files
committed
Update Makefile
1 parent ab31176 commit 9b81c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AS := nasm
33
LD := i686-elf-gcc
44
OBJCOPY := i686-elf-objcopy
55

6-
CFLAGS := -ffreestanding -O2 -Wall -Wextra -m32 -fno-pie -fno-stack-protector -nostdlib -nostdinc -Iinclude
6+
CFLAGS := -ffreestanding -O2 -Wall -Wextra -m32 -fno-pie -fno-stack-protector -nostdlib -nostdinc -Iinclude -msse -msse2
77
ASFLAGS := -f elf32
88
LDFLAGS := -T linker.ld -ffreestanding -O2 -nostdlib -Wl,--build-id=none
99

0 commit comments

Comments
 (0)