Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix msvc14 64-bit release mode linker error #988

Merged
merged 2 commits into from Aug 29, 2016
Merged

Fix msvc14 64-bit release mode linker error #988

merged 2 commits into from Aug 29, 2016

Commits on Aug 28, 2016

  1. Fix msvc14 64-bit release mode linker error

    We declare but never explicitly define the void `init` blocks.  Somehow this still works on every other build configuration, but not VC2015 release mode.  Fix this.
    codemercenary committed Aug 28, 2016
    Copy the full SHA
    5bff160 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    069824b View commit details
    Browse the repository at this point in the history