Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental support for clang #288

Merged
merged 2 commits into from Nov 16, 2021
Merged

Conversation

avinal
Copy link
Member

@avinal avinal commented Nov 16, 2021

Proposed changes

  • ci: add experimental clang workflow

    • Add clang build as experimental
    • remove parallel flag from ubuntu build, since ninja run in parallel by
      default
  • fix: add missing flags for clang

    • disable -rdynamic for clang, not needed by clang
    • add include directories for sdl2, by default it is only detecting
      /usr/include

Signed-off-by: Avinal Kumar avinal.xlvii@gmail.com

- disable -rdynamic, not needed by clang
- add include directories for sdl2, by default it is only detecting
/usr/include

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
- Add clang build as experimental
- remove parallel flag from ubuntu build, since ninja run in parallel by
default

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
@avinal avinal requested a review from pktiuk November 16, 2021 09:21
@pktiuk pktiuk merged commit 774b223 into AntiMicroX:master Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants