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 better support for C++ #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ananace
Copy link

@ananace ananace commented Sep 29, 2019

The two major changes are;

  • Now it will use the toolset's cxx tool if the project is marked as C++, and also use the cxx-flags in that case instead of the regular c-flags. This solves issues with modern C++ and the --std= selection
  • It will also add force-include files into the compile commands, for projects that use pre-compiled headers and the like - which are injected into all the compilation units

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.

1 participant