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 fa2e8d8 commit 1fc9e1aCopy full SHA for 1fc9e1a
cmd/tools/translate.v
@@ -23,7 +23,7 @@ fn main() {
23
if !os.exists(c2v_bin) {
24
os.chdir(c2v_dir)?
25
println('Compiling c2v ...')
26
- res2 := os.execute('v -d trace_verbose -g -o c2v -experimental -w .')
+ res2 := os.execute('v -keepc -g -experimental -o c2v .')
27
if res2.exit_code != 0 {
28
eprintln(res2.output)
29
eprintln('Failed to compile C2V. This should never happen, please report it via GitHub.')
0 commit comments