File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -315,20 +315,20 @@ Optimization flags
315315
316316You can set optimization flags either via
317317
318- * environment variables, for example:
318+ * environment variables, for example:
319319
320- set WITH_COMPUTED_GOTOS=true
320+ set WITH_COMPUTED_GOTOS=true
321321
322- * or pass them as parameters to `build.bat`, for example:
322+ * or pass them as parameters to `build.bat`, for example:
323323
324- build.bat "/p:WITH_COMPUTED_GOTOS=true"
325-
326- * or put them in `msbuild.rsp` in the `PCbuild` directory, one flag per line.
324+ build.bat "/p:WITH_COMPUTED_GOTOS=true"
325+
326+ * or put them in `msbuild.rsp` in the `PCbuild` directory, one flag per line.
327327
328328Supported flags are:
329329
330- * WITH_COMPUTED_GOTOS: build the interpreter using "computed gotos".
331- Currently only supported by clang-cl.
330+ * WITH_COMPUTED_GOTOS: build the interpreter using "computed gotos".
331+ Currently only supported by clang-cl.
332332
333333
334334Static library
You can’t perform that action at this time.
0 commit comments