summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2023-09-21 13:28:54 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2023-12-09 19:53:11 +0100
commit94d3aa19ff444007de9cf656d32f6c7e8f7b1872 (patch)
tree657279e24e840fc57ade0e13f67aa2a234c7f3c7 /cmake
parent5b7348aacee8688dda4d99011130754a9bf4678c (diff)
Chromium 116 adaptations
Change-Id: Ie297e6ddef21cda8d71ef3daeaa4bcb82e806911 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Functions.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Functions.cmake b/cmake/Functions.cmake
index 311950536..f973f10fe 100644
--- a/cmake/Functions.cmake
+++ b/cmake/Functions.cmake
@@ -853,6 +853,7 @@ macro(append_build_type_setup)
use_partition_alloc=true
use_partition_alloc_as_malloc=false
use_custom_libcxx=false
+ enable_rust=false # We do not yet support rust
)
if(${config} STREQUAL "Debug")
list(APPEND gnArgArg is_debug=true symbol_level=2)