Add optional argument `STRIP_LEADING_C_COMMENTS` to CMake macros: data_to_c_simple & data_to_c. Strip leading C-style comments that don't bloat binary size. Comments are replaced with blank lines so line numbers in error messages match. Reduces Blender's binary size by ~70kb.