From 3c5c70a8387a1d163c8e7babccb995ce7b1ce857 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Sun, 21 Apr 2024 18:33:51 +0000 Subject: [PATCH] do not force 32-bit build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30cc760..4b3c531 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ CERRWARN = -Wall -Wextra -Werror \ -Wno-unknown-pragmas \ -Wno-sign-compare \ -Wno-unused-label -CFLAGS += -m32 -O2 $(CERRWARN) -I$(TOP)/src +CFLAGS += -O2 $(CERRWARN) -I$(TOP)/src CC = gcc YACC = yacc