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 456d12f commit a5a87b9Copy full SHA for a5a87b9
config/env.ini
@@ -78,8 +78,9 @@ SPC_LIBC=musl
78
; examples:
79
; `native-native-gnu` - links against glibc, current OS version
80
; `native-native-gnu.2.17` - links against glibc, version 2.17
81
-; `native-native` - static linking against musl
82
-; `native-native-musl -dynamic` - links against musl libc
+; `native-native` - links against system libc dynamically
+; `native-native-musl` - links against musl libc statically
83
+; `native-native-musl -dynamic` - links against musl libc dynamically
84
; SPC_TARGET=
85
86
; compiler environments
0 commit comments