NVIDIA / gvdb-voxels

Sparse volume compute and rendering on NVIDIA GPUs
Other
679 stars 145 forks source link

Add missing DEBUG_FLAGS option to cuda_compile_ptx call for Linux #64

Closed nathanchrs closed 5 years ago

nathanchrs commented 5 years ago

The custom cuda_compile_ptx calls for Linux in the CMakefiles are missing the DEBUG_FLAGS option, causing PTX files to be missing debug information even though the USE_DEBUG_PTX option is set to true.