You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vlib/v/pref/pref.v
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -257,8 +257,9 @@ pub mut:
257
257
// forwards compatibility settings:
258
258
relaxed_gcc14bool=true// turn on the generated pragmas, that make gcc versions > 14 a lot less pedantic. The default is to have those pragmas in the generated C output, so that gcc-14 can be used on Arch etc.
259
259
//
260
-
subsystem Subsystem // the type of the window app, that is going to be generated; has no effect on !windows
261
-
is_vls bool
260
+
subsystem Subsystem // the type of the window app, that is going to be generated; has no effect on !windows
261
+
is_vls bool
262
+
json_errors bool// -json-errors, for VLS and other tools
0 commit comments