From 0355a01d205983737d0fe1bcb1d542be6b12491e Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 9 Jan 2026 13:59:39 +0100 Subject: update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c3b552e..6d463c1 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3