JIT isn't happy with functions being in far away places

This commit is contained in:
dzaima 2021-06-19 04:44:39 +03:00
parent fb02f30259
commit 4eb2ef8c5c

View File

@ -22,7 +22,7 @@ rtverify: FLAGS=-DDEBUG -O3 -DRT_VERIFY
rtverify: gen
gen: builtins core base jit utils
@$(CC) -o BQN *.o -lm
@$(CC) -no-pie -o BQN *.o -lm
@mv BQN ../../BQN
@echo