Skip to content

Commit

Permalink
lua: enable verbose mode
Browse files Browse the repository at this point in the history
Need for debugging AArch64 build.

Needed for ligurio/lua-c-api-tests#72
  • Loading branch information
ligurio committed Apr 4, 2024
1 parent 5ff5c6b commit 3820749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/lua/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ git config --global --add safe.directory '*'
# Build the project and fuzzers.
[[ -e build ]] && rm -rf build
cmake "${cmake_args[@]}" -S . -B build -G Ninja
cmake --build build --parallel
cmake --build build --parallel --verbose

LUALIB_PATH="$SRC/testdir/build/lua-master/source/"
$CC $CFLAGS -I$LUALIB_PATH -c $SRC/fuzz_lua.c -o fuzz_lua.o
Expand Down

0 comments on commit 3820749

Please sign in to comment.