We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833950c commit 9818e13Copy full SHA for 9818e13
docs/Ports/WindowsPort.md
@@ -77,12 +77,14 @@ set CXX=clang-cl
77
rem set http_proxy=http://your-proxy:8080
78
rem set https_proxy=%http_proxy%
79
80
+:: You can pass necessary JSC options https://github.com/WebKit/WebKit/blob/main/Source/JavaScriptCore/runtime/OptionsList.h#L83-L607.
81
rem set JSC_dumpOptions=1
82
rem set JSC_useJIT=0
83
rem set JSC_useDFGJIT=0
84
rem set JSC_useRegExpJIT=0
85
rem set JSC_useDOMJIT=0
86
87
+:: You can show check TextureMapper FPS via .
88
rem set WEBKIT_SHOW_FPS=1
89
90
call "%VSPATH%\VC\Auxiliary\Build\vcvars64.bat"
0 commit comments