We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1af87 commit cad11b6Copy full SHA for cad11b6
tests/quickjs/test.sh
@@ -29,8 +29,8 @@ fi
29
30
echo "${green}Building generated binding files${reset}"
31
premake=$rootdir/build/premake.sh
32
-config=$configuration $premake --cc=clang --file=$dir/premake5.lua gmake2
33
-make -C $dir/gen
+config=$configuration $premake --file=$dir/premake5.lua gmake2
+verbose=true make -C $dir/gen
34
echo
35
36
echo "${green}Executing JS tests with QuickJS${reset}"
0 commit comments