#Is there a way to conditionally add cDefines within cImport?

1 messages · Page 1 of 1 (latest)

stark karma
#

I'm looking to do something like this (which doesn't work):

    if (builtin.mode == .Debug) {
        @cDefine("SANITIZE", {});
    }
vital snow
#

doesnt it? whats not working?