On Friday, 8 September 2023 at 14:40:13 UTC, Richard (Rikki) Andrew Cattermole wrote:
No, for this you need ModuleInfo. The order is sequential on what it sees first.

Personally I test using full D rather than -betterC.

For dub:

```json
    "configurations": [
        {
            "name": "library",
            "targetType": "dynamicLibrary",
            "versions": [
                "DynamicSideroBase"
            ],
            "buildOptions": [
                "betterC"
            ]
        },
        {
            "name": "static",
            "targetType": "staticLibrary",
            "buildOptions": [
                "betterC"
            ]
        },
        {
            "name": "unittest"
        },
        {
            "name": "executable",
            "targetType": "executable"
        }
    ]
```

Thank you for all the information! I really appreciate it my friend!
  • malloc error whe... rempas via Digitalmars-d-learn
    • Re: malloc ... evilrat via Digitalmars-d-learn
      • Re: mal... rempas via Digitalmars-d-learn
        • Re:... evilrat via Digitalmars-d-learn
          • ... rempas via Digitalmars-d-learn
            • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
              • ... rempas via Digitalmars-d-learn
                • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
                • ... rempas via Digitalmars-d-learn
              • ... ryuukk_ via Digitalmars-d-learn
            • ... Kagamin via Digitalmars-d-learn
              • ... rempas via Digitalmars-d-learn
    • Re: malloc ... Hipreme via Digitalmars-d-learn
    • Re: malloc ... bachmeier via Digitalmars-d-learn
    • Re: malloc ... rempas via Digitalmars-d-learn
    • Re: malloc ... Basile B. via Digitalmars-d-learn
      • Re: mal... rempas via Digitalmars-d-learn
        • Re:... H. S. Teoh via Digitalmars-d-learn

Reply via email to