We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab31176 commit 9b81c51Copy full SHA for 9b81c51
1 file changed
Makefile
@@ -3,7 +3,7 @@ AS := nasm
3
LD := i686-elf-gcc
4
OBJCOPY := i686-elf-objcopy
5
6
-CFLAGS := -ffreestanding -O2 -Wall -Wextra -m32 -fno-pie -fno-stack-protector -nostdlib -nostdinc -Iinclude
+CFLAGS := -ffreestanding -O2 -Wall -Wextra -m32 -fno-pie -fno-stack-protector -nostdlib -nostdinc -Iinclude -msse -msse2
7
ASFLAGS := -f elf32
8
LDFLAGS := -T linker.ld -ffreestanding -O2 -nostdlib -Wl,--build-id=none
9
0 commit comments