1
0
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:
Alexander Medvednikov 2020-03-05 00:45:43 +01:00
parent 4161cfcdb8
commit b32a94627c

View File

@ -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