diff --git a/classes/cuda.bbclass b/classes/cuda.bbclass index f2430bbf..e866d77a 100644 --- a/classes/cuda.bbclass +++ b/classes/cuda.bbclass @@ -14,6 +14,7 @@ CUDA_LDFLAGS = "\ LDFLAGS:prepend:cuda = "${TOOLCHAIN_OPTIONS} " LDFLAGS:append:cuda = " ${CUDA_LDFLAGS}" +DEBUG_FLAGS:remove:cuda = "-fcanon-prefix-map" def cuda_extract_compiler(compiler, d, prefix='-Xcompiler '): args = d.getVar(compiler).split()