Skip to content

Commit ca22c81

Browse files
committed
remove space before *
1 parent 3aabeea commit ca22c81

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PCbuild/readme.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -315,20 +315,20 @@ Optimization flags
315315

316316
You 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

328328
Supported 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

334334
Static library

0 commit comments

Comments
 (0)