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

[SofaCUDA] FIX: NVCC flags for debug build on Windows #300

Commits on Jun 10, 2017

  1. [SofaCUDA] FIX: NVCC flags for debug build on Windows

    Targets are built with debug version of runtime library in debug configuration
    under MS Visual Studio. This is enabled with /MDd compiler flag. Missing this
    flag for NVCC generated object files results in linker fails due to different
    versions of runtime libraries.
    
    The problem is resolved by explicitly setting compiler options for debug build
    under Windows. The solution is given only for Windows and only for MSVS because
    it's the only officially supported by NVidia compiler on this platform.
    Innokentiy-Alaytsev committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    0727a0c View commit details
    Browse the repository at this point in the history