Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Need two variants of clang ninja scripts #223

Description

Description:

We need to rework the ninja script compiler naming scheme. We need to create scripts for 4 compilers:

  • MSVC
  • gcc
  • clang-cl (Windows)
  • clang (Posix)

Because we now have platform-specific versions of .srcfiles, we don't actually need multiple flags. The normal CFlags options will be for the default compiler for the specific platform, and the CLANG flags will be for any additional flags when running either clang-cl.exe (using .srcfiles.win.yaml) or clang.exe (using .srcfiles.max.yaml or .srcfiles.unix.yaml).

What we DO need are compiler-specific .ninja scripts, and that means one for clang-cl.exe and another one for clang.exe.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    design changeUnderlying design may need changing

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions