Kernel.dbg in 1.14 - what happens to the dbg instructions

What happens to the dbg instructions disseminated in the code when on production compilation,

are they automatically removed or do you have to clean up the code prior to production ?

You have to clean up the code. There must be (there are?) Credo checks to catch this stuff and similar in CI though.

2 Likes