Build our releases without debug code
authorJoão Valverde <j@v6e.pt>
Fri, 15 Sep 2023 09:59:58 +0000 (10:59 +0100)
committerJoão Valverde <j@v6e.pt>
Fri, 15 Sep 2023 09:59:58 +0000 (10:59 +0100)
commitbe844792f494c3a3ec0853239d3116e8bec8f6bc
treefadf152c2884452d46a3a426d94bf816d8d3a670
parent7475d1e3f7c2e1b4cd14557e31c2f0bc6b1ba9a7
Build our releases without debug code

Do not define WS_DEBUG with RelWithDebInfo code. This is a release
build so it should not include debug code, unless specifically
requested with ENABLE_DEBUG=Yes.
CMakeLists.txt