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: pages/docs/manual/latest/build-configuration.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,8 +192,7 @@ The warning numbers are shown in the build output when they're triggered. See [W
192
192
193
193
Extra flags to pass to the compiler. For advanced usages.
194
194
195
-
-`-open ABC` opens the module `ABC` for each file in the project.
196
-
-`-w -45` enable or disable certain compiler warnings. In this example, `-45` means to disable warning number 45.
195
+
-`-open ABC` opens the module `ABC` for each file in the project. `ABC` can either be a dependency, namespaced project or local module of the current project.
0 commit comments