diff --git a/dace/config_schema.yml b/dace/config_schema.yml index b5a7914018..189931ff3a 100644 --- a/dace/config_schema.yml +++ b/dace/config_schema.yml @@ -303,7 +303,7 @@ required: type: str title: nvcc Arguments description: Compiler argument flags for CUDA - default: '-Xcompiler -march=native --use_fast_math -Xcompiler -Wno-unused-parameter' + default: '--generate-line-info -Xcompiler -march=native -Xcompiler -Wno-unused-parameter' default_Windows: '-O3 --use_fast_math' hip_args: