mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builder: increase backtrace size with tcc to 25 frames
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user