1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

clean up the examples a bit

This commit is contained in:
Alexander Medvednikov 2019-07-07 22:09:08 +02:00
parent 7fed451226
commit 045d480c8c
4 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ void reload_so() {
if v.pref.is_so {
cgen.genln(' int load_so(byteptr path) { return 0; }')
}
}
cgen.save()
if v.pref.is_verbose {
v.log('flags=')