Skip to content

Commit

Permalink
Merge pull request #1 from omniosorg/32-bit
Browse files Browse the repository at this point in the history
do not force 32-bit build
  • Loading branch information
citrus-it authored Apr 21, 2024
2 parents 67b21a3 + 3c5c70a commit 6025a09
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 6025a09

Please sign in to comment.