Skip to content

Commit

Permalink
do not force 32-bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Apr 21, 2024
1 parent 67b21a3 commit 3c5c70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c5c70a

Please sign in to comment.