Closed SaicharanKandukuri closed 1 year ago
found that the LINUX_COMPILER definition generated at <out>/include/generated/compile.h has an issue with formatting
LINUX_COMPILER
<out>/include/generated/compile.h
a new line character in CC_VERSION crashed my compilation and usage of backticks glitched my syntax highlighting
CC_VERSION
made some changes to scripts/mkcompile.h:71 to fix these issues
scripts/mkcompile.h:71
found that the
LINUX_COMPILER
definition generated at<out>/include/generated/compile.h
has an issue with formattinga new line character in
CC_VERSION
crashed my compilation and usage of backticks glitched my syntax highlightingmade some changes to
scripts/mkcompile.h:71
to fix these issuescrash shot