On Monday, 6 February 2023 at 14:35:53 UTC, bachmeier wrote:
On Monday, 6 February 2023 at 06:55:02 UTC, Elfstone wrote:
So how am I supposed to set the include path?
https://dlang.org/spec/importc.html#preprocessor
The -Ppreprocessorflag switch passes preprocessorflag to the
preprocessor.
Looks like `__atomic_thread_fence` is a GCC built-in function, so
how to make importC recognize it?
Thanks.
On Friday, 28 October 2022 at 19:08:47 UTC, Steven Schveighoffer
wrote:
On 10/28/22 2:43 PM, Carsten Schlote wrote:
On Friday, 28 October 2022 at 18:31:25 UTC, Steven
Schveighoffer wrote:
Are you passing the c file to the compiler? Also, you must be
...
By default dub does not build C files