Skip to content

Commit 3aabeea

Browse files
chris-eiblpicnixz
andauthored
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 86cb64e commit 3aabeea

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Add 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.

PCbuild/readme.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,21 @@ for more on this topic.
312312

313313
Optimization flags
314314
------------------
315+
315316
You 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

322328
Supported flags are:
329+
323330
* WITH_COMPUTED_GOTOS: build the interpreter using "computed gotos".
324331
Currently only supported by clang-cl.
325332

0 commit comments

Comments
 (0)