mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
cgen: lots of fixes
This commit is contained in:
parent
b7e2af8151
commit
4161cfcdb8
9 changed files with 104 additions and 67 deletions
|
@ -199,6 +199,7 @@ fn (v mut V) cc() {
|
|||
}
|
||||
if debug_mode {
|
||||
a << debug_options
|
||||
a << ' -ferror-limit=5000 '
|
||||
}
|
||||
if v.pref.is_prod {
|
||||
a << optimization_options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue