Keep symbols during whole program optimization (WPO).
This commit just uses the `__pragma(comment(linker, "symbol"));` trick
to ensure that the symbol is kept even if whole program optimization
comes along and tries to remove it.

Fixes #31.
1 parent 92e8837 commit 92d0f943a53aef3918a386edf7442ec2363aef64
@Neil Henning Neil Henning authored on 22 May 2020
Showing 5 changed files
View
.travis.yml
View
appveyor.yml
View
test/CMakeLists.txt
View
test/main.c
View
utest.h