We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
I have finished it and we can run xmake l core.project.policy.policies to show all builtin policies.
xmake l core.project.policy.policies
$ xmake l core.project.policy.policies { "check.auto_map_flags" = { type = "boolean", description = "Enable map gcc flags to the current compiler and linker automatically.", default = true }, "build.across_targets_in_parallel" = { type = "boolean", description = "Enable compile the source files for each target in parallel.", default = true }, "check.auto_ignore_flags" = { type = "boolean", description = "Enable check and ignore unsupported flags automatically.", default = true } }
Sorry, something went wrong.
No branches or pull requests
Apis
v2.3.4
The text was updated successfully, but these errors were encountered: