diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,9 @@ `antcc` is a C compiler using its own custom backend. Currently still in a experimental stage. +Report bugs in the [issue tracker](https://codeberg.org/lsof/antcc/issues), or +by sending me an email. + # Supported targets - For now just x86-64 POSIX (Sys-V + ELF). Only tested on linux so far. @@ -17,7 +20,6 @@ make opt #compile with optimizations make dbg #compile with UBsan and Asan ``` - # Usage The driver is still incomplete but it mimics that of compilers like gcc. |