Build with cmake!
The key is to use an object library instead of a static library. The linker was throwing out the startup code because it's never called.
Loading
Please register or sign in to comment
The key is to use an object library instead of a static library. The linker was throwing out the startup code because it's never called.