We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57e1d7 commit 2f89fabCopy full SHA for 2f89fab
cppython/plugins/cmake/builder.py
@@ -132,6 +132,9 @@ def generate_root_preset(
132
name=cmake_data.configuration_name,
133
inherits='cppython',
134
binaryDir=build_directory.as_posix(),
135
+ cacheVariables={
136
+ 'CMAKE_BUILD_TYPE': 'Release' # Ensure compatibility for single-config and multi-config generators
137
+ },
138
)
139
140
if preset_file.exists():
0 commit comments