|
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. |
|---|
|
|
| .travis.yml |
|---|
| appveyor.yml |
|---|
| test/CMakeLists.txt |
|---|
| test/main.c |
|---|
| utest.h |
|---|