Skip to content

Commit 4ce8d1a

Browse files
committed
build.gradle: comment
1 parent a478fd1 commit 4ce8d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ model {
6969
toolChains { // prioritize among the native toolchains
7070
visualCpp(VisualCpp) // used when compiling on Windows
7171
//clang(Clang) // to prefer Clang over Gcc on Linux
72-
gcc(Gcc) // used when compiling on Linux
72+
gcc(Gcc) // default when compiling on Linux
7373
clang(Clang) // used when compiling on macOS
7474

7575
gcc10Arm(Gcc) { // used at Travis CI and GitHub Actions

0 commit comments

Comments
 (0)