mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cc: -ferror-limit
This commit is contained in:
parent
4161cfcdb8
commit
b32a94627c
@ -199,7 +199,9 @@ fn (v mut V) cc() {
|
||||
}
|
||||
if debug_mode {
|
||||
a << debug_options
|
||||
a << ' -ferror-limit=5000 '
|
||||
$if macos {
|
||||
a << ' -ferror-limit=5000 '
|
||||
}
|
||||
}
|
||||
if v.pref.is_prod {
|
||||
a << optimization_options
|
||||
|
Loading…
Reference in New Issue
Block a user