We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a478fd1 commit 4ce8d1aCopy full SHA for 4ce8d1a
build.gradle
@@ -69,7 +69,7 @@ model {
69
toolChains { // prioritize among the native toolchains
70
visualCpp(VisualCpp) // used when compiling on Windows
71
//clang(Clang) // to prefer Clang over Gcc on Linux
72
- gcc(Gcc) // used when compiling on Linux
+ gcc(Gcc) // default when compiling on Linux
73
clang(Clang) // used when compiling on macOS
74
75
gcc10Arm(Gcc) { // used at Travis CI and GitHub Actions
0 commit comments