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

set default compiler to clang in the makefile #164

Closed
AndyGrant opened this issue May 2, 2020 · 1 comment
Closed

set default compiler to clang in the makefile #164

AndyGrant opened this issue May 2, 2020 · 1 comment

Comments

@AndyGrant
Copy link

There are large OpenBench changes that have just been pushed, to allow for workers to be able to run just a subset of engines. IE, the worker will look for clang, gcc, g++, cargo, ... and only play workloads it can compile. As a result, I programmed a "tier list" for compilers. Demolito prefers clang. If clang is not found, and gcc is, then the make command will include CC=gcc. You may change CC=clang back to normal.

@lucasart
Copy link
Owner

Thanks. Done.

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

No branches or pull requests

2 participants