From: Vitaly Chikunov Date: Wed, 15 Dec 2021 00:46:26 +0000 (+0300) Subject: CMake: Set default build type to RelWithDebInfo X-Git-Tag: v3.0.1~16 X-Git-Url: https://wagner.pp.ru/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b85ad0f1bf5be3684c2243e0c1fc09464f244b26;hp=b85ad0f1bf5be3684c2243e0c1fc09464f244b26;p=openssl-gost%2Fengine.git CMake: Set default build type to RelWithDebInfo To maintain backward compatibility for users already familiar with older engine build type (basically restores `-O2 -g'). Fixes: 5ad6c77 ("Adapt C flags for the cmake build type") Signed-off-by: Vitaly Chikunov ---