Skip to content

Commit 9818e13

Browse files
khei4fujii
authored andcommitted
add: supplemental comments on environmental variables
1 parent 833950c commit 9818e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Ports/WindowsPort.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,14 @@ set CXX=clang-cl
7777
rem set http_proxy=http://your-proxy:8080
7878
rem set https_proxy=%http_proxy%
7979
80+
:: You can pass necessary JSC options https://github.com/WebKit/WebKit/blob/main/Source/JavaScriptCore/runtime/OptionsList.h#L83-L607.
8081
rem set JSC_dumpOptions=1
8182
rem set JSC_useJIT=0
8283
rem set JSC_useDFGJIT=0
8384
rem set JSC_useRegExpJIT=0
8485
rem set JSC_useDOMJIT=0
8586
87+
:: You can show check TextureMapper FPS via .
8688
rem set WEBKIT_SHOW_FPS=1
8789
8890
call "%VSPATH%\VC\Auxiliary\Build\vcvars64.bat"

0 commit comments

Comments
 (0)