cc: -ferror-limit
parent
4161cfcdb8
commit
b32a94627c
|
@ -199,7 +199,9 @@ fn (v mut V) cc() {
|
||||||
}
|
}
|
||||||
if debug_mode {
|
if debug_mode {
|
||||||
a << debug_options
|
a << debug_options
|
||||||
a << ' -ferror-limit=5000 '
|
$if macos {
|
||||||
|
a << ' -ferror-limit=5000 '
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if v.pref.is_prod {
|
if v.pref.is_prod {
|
||||||
a << optimization_options
|
a << optimization_options
|
||||||
|
|
Loading…
Reference in New Issue