File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11Add optimizing flag ``WITH_COMPUTED_GOTOS `` to support such builds using
2- clang-cl on Windows. Patch by Chris Eibl.
2+ :prog: ` clang-cl ` on Windows. Patch by Chris Eibl.
Original file line number Diff line number Diff line change @@ -312,14 +312,21 @@ for more on this topic.
312312
313313Optimization flags
314314------------------
315+
315316You can set optimization flags either via
316- * environment variables, e.g.
317- set WITH_COMPUTED_GOTOS=true
318- * or pass them as parameters to `build.bat`, e.g.
319- build.bat "/p:WITH_COMPUTED_GOTOS=true"
320- * or put them in `msbuild.rsp` in the `PCbuild` directory, one flag per line
317+
318+ * environment variables, for example:
319+
320+ set WITH_COMPUTED_GOTOS=true
321+
322+ * or pass them as parameters to `build.bat`, for example:
323+
324+ build.bat "/p:WITH_COMPUTED_GOTOS=true"
325+
326+ * or put them in `msbuild.rsp` in the `PCbuild` directory, one flag per line.
321327
322328Supported flags are:
329+
323330 * WITH_COMPUTED_GOTOS: build the interpreter using "computed gotos".
324331 Currently only supported by clang-cl.
325332
You can’t perform that action at this time.
0 commit comments