Skip to content

Commit

Permalink
Pull latest fixes from LuaJIT repository
Browse files Browse the repository at this point in the history
and change its build to an amalgamated build (potentially more performance)
  • Loading branch information
thotypous committed Jan 21, 2014
1 parent 648b47e commit 04a517a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ else
CFLAGS="$(BASE_CFLAGS)" HOST_CFLAGS="$(HOSTCFLAGS)" \
TARGET_CFLAGS="$(CFLAGS)" \
TARGET_FLAGS="-DLUAJIT_NO_LOG2 -DLUAJIT_NO_EXP2" \
CROSS="$(strip $(CCACHE) $(CHOST))-"
CROSS="$(strip $(CCACHE) $(CHOST))-" amalg
endif
# special case: LuaJIT compiles a libluajit.so, which must be named
# differently when installing
Expand Down
2 changes: 1 addition & 1 deletion luajit-2.0
Submodule luajit-2.0 updated from ef59e5 to 924754

0 comments on commit 04a517a

Please sign in to comment.