Go to the build options and uncheck Source-Level Debug.

You should then see the -k- command line option in the global settings edit box.

-k# is for debugging at the PBP level.
-k- debugs at the assembly level.

-k invokes the Linker, don't ever do that.