Skip to content

Commit add207f

Browse files
committed
fix: remove release with debug
1 parent 8005cae commit add207f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/cross_call_master/CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"name": "Release",
2525
"displayName": "Release",
2626
"inherits": "default",
27-
"cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" }
27+
"cacheVariables": { "CMAKE_BUILD_TYPE": "Release" }
2828
}
2929
],
3030
"buildPresets": [

test/cross_call_worker/CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"name": "Release",
2525
"displayName": "Release",
2626
"inherits": "default",
27-
"cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo" }
27+
"cacheVariables": { "CMAKE_BUILD_TYPE": "Release" }
2828
}
2929
],
3030
"buildPresets": [

0 commit comments

Comments
 (0)