On Wednesday, 28 September 2022 at 06:04:36 UTC, zjh wrote:
On Wednesday, 28 September 2022 at 05:29:41 UTC, Chris Piker wrote:

`Xmake` is indeed simpler.


`Xmake` is really nice!

zjh

Sorry to go off topic for a moment, but do you happen to know how to tell xmake that my project is C only, and thus it shouldn't add the /TP flag to cl.exe? The obvious statement:
```lua
set_languages("c99")
```
doesn't accomplish that task.

Thanks for the help,

Reply via email to