Skip to content

Commit c43b19f

Browse files
committed
prepare for compilation with V after vlang/v#24966 is merged (there will be *lots* of notices)
1 parent 6c0e9d2 commit c43b19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build_examples.vsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mut err := 0
3636
mut failures := []string{}
3737
chdir(examples_dir)!
3838
for entry_idx, entry in entries {
39-
cmd := '${vexe} -N -W ${entry}'
39+
cmd := '${vexe} -message-limit 500 -W ${entry}'
4040
println_one_of_many('compile with: ${cmd}', entry_idx, entries.len)
4141
ret := execute(cmd)
4242
if ret.exit_code != 0 {

0 commit comments

Comments
 (0)