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

Better abstractions / Feature flags #191

Open
1 of 4 tasks
coder137 opened this issue Jan 31, 2022 · 1 comment
Open
1 of 4 tasks

Better abstractions / Feature flags #191

coder137 opened this issue Jan 31, 2022 · 1 comment

Comments

@coder137
Copy link
Owner

coder137 commented Jan 31, 2022

  • Abstractions for common compile flags or features

Technical

  • Create common enums and class interfaces that are defined inside their respective specialized targets.

List:

  • C/C++ Language Standard (C++03, 11, 14, 17, 20, 23, C98, 11)
  • Optimization level
  • Warning level

Tasks

  • Toolchain and Target should have feature APIs (enums)
  • Toolchain should have certain Target APIs to hold toolchain common information
    • FlagApi
  • Do we need TargetInfo?
@coder137
Copy link
Owner Author

#197 Toolchain Flag API

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

1 participant