Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for release builds (issue neon-bindings#362)
During link-time optimization (particularly when you build with --release) linker removes unused static symbol `__LOAD_NEON_MODULE`. I forced it to be used to avoid such incorrect behavior.
- Loading branch information