diff options
| author | Mike Pall <mike> | 2019-12-08 21:21:30 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2019-12-08 21:21:30 +0100 |
| commit | bd00094c3b50e193fb32aad79b7ea8ea6b78ed25 (patch) | |
| tree | ce9a51d4a295e76a00f98351348bbbe03f2aa86d /src/Makefile | |
| parent | 70f4b15ee45a6137fe6b48b941faea79d72f7159 (diff) | |
| download | luajit-bd00094c3b50e193fb32aad79b7ea8ea6b78ed25.tar.gz luajit-bd00094c3b50e193fb32aad79b7ea8ea6b78ed25.tar.bz2 luajit-bd00094c3b50e193fb32aad79b7ea8ea6b78ed25.zip | |
x64: Enable LJ_GC64 mode by default.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 71c284e2..ad80642b 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -110,8 +110,8 @@ 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. | 113 | # Disable LJ_GC64 mode for x64. |
| 114 | #XCFLAGS+= -DLUAJIT_ENABLE_GC64 | 114 | #XCFLAGS+= -DLUAJIT_DISABLE_GC64 |
| 115 | # | 115 | # |
| 116 | ############################################################################## | 116 | ############################################################################## |
| 117 | 117 | ||
