diff options
| author | Mike Pall <mike> | 2017-01-17 12:21:12 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2017-01-17 12:21:12 +0100 |
| commit | c94b921f924c1b37fea52e34f4e01ba8b37d77d0 (patch) | |
| tree | b02593a07489fe04092ecc03a1e7d30c2a36af90 /src/Makefile | |
| parent | c1981676907cedde9ffe2bbdfb28d2f786ff69d9 (diff) | |
| download | luajit-c94b921f924c1b37fea52e34f4e01ba8b37d77d0.tar.gz luajit-c94b921f924c1b37fea52e34f4e01ba8b37d77d0.tar.bz2 luajit-c94b921f924c1b37fea52e34f4e01ba8b37d77d0.zip | |
LJ_GC64: Add build options and install instructions.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 4e479ae5..21e16a22 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -110,6 +110,9 @@ XCFLAGS= | |||
| 110 | #XCFLAGS+= -DLUAJIT_NUMMODE=1 | 110 | #XCFLAGS+= -DLUAJIT_NUMMODE=1 |
| 111 | #XCFLAGS+= -DLUAJIT_NUMMODE=2 | 111 | #XCFLAGS+= -DLUAJIT_NUMMODE=2 |
| 112 | # | 112 | # |
| 113 | # Enable GC64 mode for x64. | ||
| 114 | #XCFLAGS+= -DLUAJIT_ENABLE_GC64 | ||
| 115 | # | ||
| 113 | ############################################################################## | 116 | ############################################################################## |
| 114 | 117 | ||
| 115 | ############################################################################## | 118 | ############################################################################## |
