diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-26 21:51:15 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-26 21:51:15 +0300 |
commit | 827dec28e4c0b1c4972f1419e0ac23e4dbd9d916 (patch) | |
tree | ac2c01e1b0b7acdf8ce06823e416a49e19257aa5 /scripts | |
parent | 3bf4d1ada6df5c74aac2a371d5f1e05fd55b4f02 (diff) | |
download | ejit-827dec28e4c0b1c4972f1419e0ac23e4dbd9d916.tar.gz ejit-827dec28e4c0b1c4972f1419e0ac23e4dbd9d916.zip |
enough functionality to implement posthaste
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/select-compile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/select-compile b/scripts/select-compile index be8b40d..8d87409 100755 --- a/scripts/select-compile +++ b/scripts/select-compile @@ -5,8 +5,6 @@ if [ -z "$ARCH" ]; then ARCH=$(uname -m) fi ->&2 echo $ARCH - JIT="src/compile/compile.c" NOJIT="src/compile/nocompile.c" |