]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Adapt C flags for the cmake build type
authorRichard Levitte <richard@levitte.org>
Tue, 11 May 2021 08:27:37 +0000 (10:27 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Tue, 11 May 2021 10:59:56 +0000 (13:59 +0300)
commit5ad6c77686b906a7f137d0955400cc64f7b70c70
tree9d671ffdb165d4609b5873f562c41751d1185b08
parent7fec32136ce7c3a81cef7ad79a2e8f960a0097f1
Adapt C flags for the cmake build type

The C flags were set to be highly optimized regardless of the cmake
build type.  This may make debugging difficult.  To resolve that, we
adapt the C flags to the cmake build type in a supported manner.
CMakeLists.txt