-
-
Notifications
You must be signed in to change notification settings - Fork 882
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Fil-C is a new compiler that compiles 100% memory safe C and C++ binaries.
Releases are found here
It is based on Clang 20.1.8 so all the usual flags work.
Describe the solution you'd like
- ideally it should be available as an xmake-repo package for zero setup
- binaries are not ABI compatible with standard C or C++ so a new package target type would be needed to compile xmake packages with the toolchain
Describe alternatives you've considered
No response
Additional context
No response