Skip to content

Commit 1fa8e0d

Browse files
committed
force 32bit build
1 parent 54132ae commit 1fa8e0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LuaJIT/src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ NODOTABIVER= 51
2727
DEFAULT_CC = gcc
2828
#
2929
# LuaJIT builds as a native 32 or 64 bit binary by default.
30-
CC= $(DEFAULT_CC)
30+
#CC= $(DEFAULT_CC)
3131
#
3232
# Use this if you want to force a 32 bit build on a 64 bit multilib OS.
33-
#CC= $(DEFAULT_CC) -m32
33+
CC= $(DEFAULT_CC) -m32
3434
#
3535
# Since the assembler part does NOT maintain a frame pointer, it's pointless
3636
# to slow down the C part by not omitting it. Debugging, tracebacks and

0 commit comments

Comments
 (0)