Nov 29, 2018, 1:58 PM

Hello,
I am learning how to developp on SAMSON on my ubuntu station.
I am following step by step the tutorial there: https://documentation.samson-connect.net/building-samson-element-on-linux/
and I would like more explanation on that part:
"Provide a boolean variable named DEBUG and set its value to TRUE (ON) for the Debug build and to FALSE (OFF) for the Release build. If not present, provide a string variable named CMAKE_BUILD_TYPE and set its value to Debug for the Debug build or to Release for the Release build."
Should I modify the Makefile directly or the cmake call?

Thanks