ref: 894b9a3c79300b7e29267c9896e60bb7409abbd4
parent: 680760277c70d206be73825a4050235d535f7e58
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Dec 21 19:57:53 EST 2023
no fast math, sorry
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
SDL2_LDFLAGS=$$(pkg-config --libs sdl2)
CFLAGS?=-O2 -g
CFLAGS+=-Wall -Wextra -Wno-unknown-pragmas -Wno-missing-field-initializers -Wno-implicit-fallthrough -Wno-microsoft-anon-tag
-CFLAGS+=-ffast-math -fms-extensions
+CFLAGS+=-fms-extensions
CFLAGS+=-I3rd/parg -Iunix -I. ${SDL2_CFLAGS}
LDFLAGS?=
LDFLAGS+=-lm ${SDL2_LDFLAGS}
@@ -93,6 +93,7 @@
unix/vid.o\
view.o\
world.o\
+ xbr.o\
zone.o\
HDRS=\