Previously I had .asm and .lst files generated automatically by the C compiler, but now I want to get rid of them. Removing the "-k" option turns off generating the .asm files, but the .lst files are still there.
Which option controls this? I can't find anything in my command-line options that would turn it on. Aside from -d and -i arguments, and some --diag_error/--diag_warning/--diag_suppress options, the options I'm using are:
--display_error_number
--symdebug:dwarf
--super_quiet
--issue_remarks
--verbose_diagnostics
--large_memory_model
--unified_memory
--silicon_version=28
--opt_level=1
--abs_directory=build
--asm_directory=build
--list_directory=build
--obj_directory=build
--temp_directory=build