@@ -72,7 +72,6 @@ set doc=
|
72 | 72 | set extra_msbuild_args= |
73 | 73 | set compile_commands= |
74 | 74 | set cfg= |
75 | | -set v8temporal= |
76 | 75 | set v8windbg= |
77 | 76 | set exit_code=0 |
78 | 77 | |
@@ -98,7 +97,6 @@ if /i "%1"=="sign" set sign=1&goto arg-ok
|
98 | 97 | if /i "%1"=="nosnapshot" set nosnapshot=1&goto arg-ok |
99 | 98 | if /i "%1"=="nonpm" set nonpm=1&goto arg-ok |
100 | 99 | if /i "%1"=="ltcg" set ltcg=1&goto arg-ok |
101 | | -if /i "%1"=="v8temporal" set v8temporal=1&goto arg-ok |
102 | 100 | if /i "%1"=="v8windbg" set v8windbg=1&goto arg-ok |
103 | 101 | if /i "%1"=="licensertf" set licensertf=1&goto arg-ok |
104 | 102 | if /i "%1"=="test" set test_args=%test_args% %common_test_suites%&set lint_cpp=1&set lint_js=1&set lint_md=1&goto arg-ok |
@@ -216,7 +214,6 @@ if defined DEBUG_HELPER set configure_flags=%configure_flags% --verbose
|
216 | 214 | if defined ccache_path set configure_flags=%configure_flags% --use-ccache-win |
217 | 215 | if defined compile_commands set configure_flags=%configure_flags% -C |
218 | 216 | if defined cfg set configure_flags=%configure_flags% --control-flow-guard |
219 | | -if defined v8temporal set configure_flags=%configure_flags% --v8-enable-temporal-support |
220 | 217 | if defined v8windbg set configure_flags=%configure_flags% --enable-v8windbg |
221 | 218 | |
222 | 219 | if "%target_arch%"=="x86" ( |
|