builder: increase backtrace size with tcc to 25 frames

pull/6027/head
Delyan Angelov 2020-07-30 16:56:58 +03:00
parent 3883c34b8c
commit 2c45e601ef
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ fn (mut v Builder) cc() {
}
}
if is_cc_tcc {
args << '-bt10'
args << '-bt25'
}
// Without these libs compilation will fail on Linux
// || os.user_os() == 'linux'