sortof works
[com32] / Makefile
index 1872bbf..accedf7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ inc = -Isrc -Isrc/libc
 AS = nasm
 
 ASFLAGS = -Isrc/
-CFLAGS = -m32 -march=i386 $(warn) $(opt) $(dbg) -fno-pic -ffreestanding -nostdinc $(inc) $(def)
+CFLAGS = -m32 -march=i386 $(warn) $(opt) $(dbg) -fno-pic -ffreestanding -nostdinc \
+                -ffast-math $(inc) $(def)
 LDFLAGS = -m elf_i386 -nostdlib -T com32.ld -Map test.map
 
 $(bin): $(obj)