Skip to content

Commit 6b03a2b

Browse files
khei4fujii
authored andcommitted
use rem for comments and add missing variable name
1 parent 39b2258 commit 6b03a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Ports/WindowsPort.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ set CXX=clang-cl
7878
rem set http_proxy=http://your-proxy:8080
7979
rem set https_proxy=%http_proxy%
8080
81-
:: You can pass necessary JSC options https://github.com/WebKit/WebKit/blob/main/Source/JavaScriptCore/runtime/OptionsList.h#L83-L607.
81+
rem You can pass necessary JSC options https://github.com/WebKit/WebKit/blob/main/Source/JavaScriptCore/runtime/OptionsList.h#L83-L607.
8282
rem set JSC_dumpOptions=1
8383
rem set JSC_useJIT=0
8484
rem set JSC_useDFGJIT=0
8585
rem set JSC_useRegExpJIT=0
8686
rem set JSC_useDOMJIT=0
8787
88-
:: You can show check TextureMapper FPS via .
88+
rem You can show check TextureMapper FPS via WEBKIT_SHOW_FPS.
8989
rem set WEBKIT_SHOW_FPS=1
9090
9191
call "%VSPATH%\VC\Auxiliary\Build\vcvars64.bat"

0 commit comments

Comments
 (0)