builder: increase backtrace size with tcc to 25 frames
parent
3883c34b8c
commit
2c45e601ef
|
@ -407,7 +407,7 @@ fn (mut v Builder) cc() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if is_cc_tcc {
|
if is_cc_tcc {
|
||||||
args << '-bt10'
|
args << '-bt25'
|
||||||
}
|
}
|
||||||
// Without these libs compilation will fail on Linux
|
// Without these libs compilation will fail on Linux
|
||||||
// || os.user_os() == 'linux'
|
// || os.user_os() == 'linux'
|
||||||
|
|
Loading…
Reference in New Issue