21
Help / Re: Stripping debug info from output tree
« Last post by everSome on March 13, 2025, 04:42:38 pm »I forgot to mention that as I've commented out stripping since don't want to do that, you'll have to uncomment the three strip commands around lines 241 to 243.
Just remove the "REM "prefix threof.
REM echo Stripping debug info from output tree
REM %3 "%CB_OUTPUT_DIR%/*.exe"
REM %3 "%CB_OUTPUT_DIR%/*.dll"
REM %3 "%CB_OUTPUT_RESDIR_STRIP%/plugins/*.dll"
Just remove the "REM "prefix threof.