assembly source output with merged in cpp source content

ls,
how can I instruct the nvcc compiler to generate an assembly listing WITH cpp source lines merged in as comments, possibly with original line numbering?
I tried “nvcc --keep --opencc-options -LIST:source=on” as suggested from other sources but this failed.
Thank in advance you for your help.
Jan.