mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Define DASM_CHECKS when running tests.
This commit is contained in:
parent
308fa09b6f
commit
111b62229a
@ -2,7 +2,7 @@
|
||||
# set -x
|
||||
|
||||
# run test
|
||||
lua ../dynasm.lua test_z_inst.c | gcc -std=gnu99 -Wall -Werror -g -x c -o test_z_inst -
|
||||
lua ../dynasm.lua test_z_inst.c | gcc -DDASM_CHECKS -std=gnu99 -Wall -Werror -g -x c -o test_z_inst -
|
||||
./test_z_inst
|
||||
ec=$?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user