diff options
-rwxr-xr-x | misc/test_yjit_asm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ -#!/bin/bash set -e set -x -clang -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wshorten-64-to-32 -I ${0%/*/*} ${0%/*}/yjit_asm_tests.c -o asm_test ./asm_test |