Skip to content

Commit

Permalink
osx_loader: remove compiler flags no longer relevant since LuaJIT 2.1 (
Browse files Browse the repository at this point in the history
…#1533)

Probably never needed but it was part of LuaJIT instructions in mid 2020. c.f: #1151 (comment)
  • Loading branch information
pazos committed May 18, 2023
1 parent eb34140 commit fbe8d26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ include Makefile.third
# entry point for the application in OSX

$(OUTPUT_DIR)/koreader: osx_loader.c
$(CC) -pagezero_size 10000 -image_base 100000000 \
-I$(LUAJIT_DIR)/src $(LUAJIT_STATIC) -o $@ $^
$(CC) -I$(LUAJIT_DIR)/src $(LUAJIT_STATIC) -o $@ $^

# ===========================================================================
# very simple "launcher" for koreader on the remarkable
Expand Down

0 comments on commit fbe8d26

Please sign in to comment.