Skip to content

Commit

Permalink
luajit: enable JIT compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
57op authored Sep 13, 2022
1 parent e464ec7 commit dc5ab8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $MAKE -C $LUAJIT_DIR \
TARGET_SYS=Windows \
BUILDMODE=dynamic \
CFLAGS='-D_WIN32_WINNT=0x0602 -DLUASOCKET_INET_PTON' \
XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_DISABLE_JIT -DLUAJIT_ENABLE_GC64' \
XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT' \
install

cp $LUAJIT_DIR/src/lua51.dll $MPV_FILES
Expand All @@ -38,4 +38,4 @@ cp -v $LUAJIT_DIR/COPYRIGHT $MPV_FILES/LUAJIT-LICENSE
cp -v $LUASOCKET_DIR/LICENSE $MPV_FILES/LUASOCKET-LICENSE

# cd $MPV_FILES
# tar -zcvf $WD/mpv.tar.gz *
# tar -zcvf $WD/mpv.tar.gz *

0 comments on commit dc5ab8e

Please sign in to comment.