Comment out username printing during debug builds because people use their real names on their computers

I still wanna give people the option so
This commit is contained in:
CrashOveride95
2022-04-10 10:47:12 -04:00
committed by Mr-Wiseguy
parent 2118234f9b
commit 51f8ccfbb0
4 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
echo "#ifndef VER_DATA_H"
echo "#define VER_DATA_H"
echo "#define __USERNAME__ \"`whoami`@`hostname`\""
echo "#define __DATETIME__ \"`date`\""
echo "#define __COMPILER__ \"$1gcc version `$1gcc -dumpfullversion`\""
echo "#define __LINKER__ \"$1ld: `$1ld -v`\""
echo "#endif"