add assert.h component
authorPetr Štetiar <ynezz@true.cz>
Wed, 20 Nov 2019 17:02:39 +0000 (18:02 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sun, 24 Nov 2019 12:26:58 +0000 (13:26 +0100)
commit8baeeea1f52d7081aac81d80fdb55b8749d9392e
tree7b0322e740d0b793d366ab87cafde762d8fa5919
parentb0a5cd8a28bf1d1883317ceac6cb8967d840d6ae
add assert.h component

In order to allow seamless assert() usage in release builds without the
need for fiddling with CMake C flags as CMake adds -DNDEBUG switch in
release builds which disable assert().

Signed-off-by: Petr Štetiar <ynezz@true.cz>
assert.h [new file with mode: 0644]