1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-08 18:02:23 +05:30

reverse-ramdisk.c: extend and improve the comment about compilers

This commit is contained in:
Intel A80486DX2-66 2024-03-10 13:20:06 +03:00
parent cccdc5087d
commit df477f5d44
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -10,8 +10,8 @@
* XXX: The current result is quick and dirty. Not for educational or
* production purposes.
*
* GCC/Clang/TCC: Compile with -DTEST to set macro TEST as defined, with
* -DDEBUG to enable debug mode
* GCC/Clang/TCC/LCC: Compile with -DTEST to set macro TEST as defined, and/or
* with -DDEBUG to enable debug mode
*
* TODO: Test: Automate the test verification
*