Skip to content

Commit cad11b6

Browse files
committed
Verbose build.
1 parent 7d1af87 commit cad11b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/quickjs/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ fi
2929

3030
echo "${green}Building generated binding files${reset}"
3131
premake=$rootdir/build/premake.sh
32-
config=$configuration $premake --cc=clang --file=$dir/premake5.lua gmake2
33-
make -C $dir/gen
32+
config=$configuration $premake --file=$dir/premake5.lua gmake2
33+
verbose=true make -C $dir/gen
3434
echo
3535

3636
echo "${green}Executing JS tests with QuickJS${reset}"

0 commit comments

Comments
 (0)