Skip to content

Commit

Permalink
Update TCC documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aganm authored and sheredom committed May 8, 2023
1 parent 0a2628b commit ad28a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The current supported platforms are Linux, macOS and Windows.

The current supported compilers are gcc, clang, MSVC's cl.exe, and clang-cl.exe.

It also works with tcc, but only the trunk version. The last release of tcc compiler was version 0.9.27 which lacks a feature for UTEST to work. Make sure to use the trunk version and it will work as expected.
It also works with tcc but with a caveat: the latest release of the tcc compiler (version 0.9.27) lacks a feature for UTEST to work. Make sure to use a tcc that is patched with the constructor attribute extension. Recent Ubuntu and Debian Linux distros ship tcc with that patch already included. If you compile tcc yourself, use the trunk version and it will work as expected.

## Command Line Options

Expand Down

0 comments on commit ad28a41

Please sign in to comment.