aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index acde0dbb..30985003 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -118,6 +118,12 @@ XCFLAGS=
118# interpreter. Don't bother if your OS wouldn't run on them, anyway. 118# interpreter. Don't bother if your OS wouldn't run on them, anyway.
119#XCFLAGS+= -DLUAJIT_CPU_NOCMOV 119#XCFLAGS+= -DLUAJIT_CPU_NOCMOV
120# 120#
121# Some architectures (e.g. PPC) can use either single-number (1) or
122# dual-number (2) mode. Uncomment one of these lines to override the
123# default mode. Please see LJ_ARCH_NUMMODE in lj_arch.h for details.
124#XCFLAGS+= -DLUAJIT_NUMMODE=1
125#XCFLAGS+= -DLUAJIT_NUMMODE=2
126#
121############################################################################## 127##############################################################################
122 128
123############################################################################## 129##############################################################################