From da3e3e31c941e4a7b032002fd32e97b370a85681 Mon Sep 17 00:00:00 2001 From: chacha Date: Sat, 28 Feb 2026 23:28:39 +0000 Subject: [PATCH] force 32bit build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fee9a5c..ed72af2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc -CFLAGS= -Wall -std=gnu99 -O6 -march=pentium3 -fomit-frame-pointer -funroll-loops \ +CFLAGS= -Wall -std=gnu99 -O6 -m32 -march=pentium3 -fomit-frame-pointer -funroll-loops \ -fexpensive-optimizations -ffast-math -fno-strict-aliasing \ -I. -I./glide/headers -I/usr/include/glide \ -DCVG