diff options
| author | 2026-01-09 13:59:39 +0100 | |
|---|---|---|
| committer | 2026-01-09 13:59:39 +0100 | |
| commit | 0355a01d205983737d0fe1bcb1d542be6b12491e (patch) | |
| tree | 9d71ad558389bf644061637ac1aa0adb51226729 /README.md | |
| parent | 043e7b1075b398d71333d847ab3c3d3229745415 (diff) | |
update README
Diffstat (limited to 'README.md')
| -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. |