ClickHouse/rust/BLAKE3
Azat Khuzhin e7c5b48d84 rust: fix buidling modules with CMAKE_BUILD_TYPE in a different case
Before this patch corrosion requires that CMAKE_BUILD_TYPE matches the
CMAKE_CONFIGURATION_TYPES, which is
"RelWithDebInfo;Debug;Release;MinSizeRel", so that said, that if you
were using CMAKE_BUILD_TYPE=debug, it will not work.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-14 20:58:34 +01:00
..
include Corrosion fixes + review fixes 2022-09-16 00:05:21 +03:00
src Try using Corrosion 2022-09-12 23:05:41 +03:00
Cargo.lock Corrosion fixes + review fixes 2022-09-16 00:05:21 +03:00
Cargo.toml Corrosion fixes + review fixes 2022-09-16 00:05:21 +03:00
CMakeLists.txt rust: fix buidling modules with CMAKE_BUILD_TYPE in a different case 2022-12-14 20:58:34 +01:00