We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54132ae commit 1fa8e0dCopy full SHA for 1fa8e0d
1 file changed
LuaJIT/src/Makefile
@@ -27,10 +27,10 @@ NODOTABIVER= 51
27
DEFAULT_CC = gcc
28
#
29
# LuaJIT builds as a native 32 or 64 bit binary by default.
30
-CC= $(DEFAULT_CC)
+#CC= $(DEFAULT_CC)
31
32
# Use this if you want to force a 32 bit build on a 64 bit multilib OS.
33
-#CC= $(DEFAULT_CC) -m32
+CC= $(DEFAULT_CC) -m32
34
35
# Since the assembler part does NOT maintain a frame pointer, it's pointless
36
# to slow down the C part by not omitting it. Debugging, tracebacks and
0 commit comments