From ab87258d72ab545f42d17ead1c66aea042867d9f Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 18 Apr 2023 17:27:08 +0200 Subject: Stop disabling optimization of V8 It is no longer necessary to build successfully, and improves loading times in debug mode. Task-number: QTBUG-110504 Change-Id: If2a49fc96aaa113a90d5573371069754da354f7a Reviewed-by: Michal Klocek (cherry picked from commit 9c4782e178f3798d006e79f3b340b722556b9f8a) Reviewed-by: Qt Cherry-pick Bot --- cmake/Functions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Functions.cmake b/cmake/Functions.cmake index 7562bffb6..25997d7f1 100644 --- a/cmake/Functions.cmake +++ b/cmake/Functions.cmake @@ -846,7 +846,7 @@ macro(append_build_type_setup) if(${config} STREQUAL "Debug") list(APPEND gnArgArg is_debug=true symbol_level=2) if(WIN32) - list(APPEND gnArgArg enable_iterator_debugging=true v8_optimized_debug=false) + list(APPEND gnArgArg enable_iterator_debugging=true) endif() elseif(${config} STREQUAL "Release") list(APPEND gnArgArg is_debug=false symbol_level=0) -- cgit v1.2.1