inet icon indicating copy to clipboard operation
inet copied to clipboard

Can't have debug build coexist with release build

Open chenlijun99 opened this issue 2 years ago • 0 comments

I first build the release version of INET with make MODE=release, then I build the debug version with make MODE=debug. Afterwards the release version must be rebuilt, i.e. if I execute make MODE=release it recompiles everything. I think it is because every build mode re-creates a new header inet/opp_defines.h.

Is there a solution to this limitation?

chenlijun99 avatar Oct 28 '23 15:10 chenlijun99