Release and Debug Compilation

Hello Forum,

Building my application in release mode omits the -G flag which is used by nvcc to generate debug information. This being the only change to the compilation, the application runs faster but fails to work correctly. Has anyone in the forum experienced a similar issue?

Thanks in advance.

Hello Forum,

Building my application in release mode omits the -G flag which is used by nvcc to generate debug information. This being the only change to the compilation, the application runs faster but fails to work correctly. Has anyone in the forum experienced a similar issue?

Thanks in advance.

It would be nice if we can get to see your code. Definitely, the debug and release modes execute differently and assuming a bug in your application crashes it in the release mode.!

It would be nice if we can get to see your code. Definitely, the debug and release modes execute differently and assuming a bug in your application crashes it in the release mode.!