File tree 3 files changed +9
-9
lines changed
modules/directives/src/main/scala/scala/build/preprocessing/directives
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import scala.cli.commands.SpecificationLevel
10
10
@ DirectiveExamples (" //> using nativeVersion 0.4.0" )
11
11
@ DirectiveUsage (
12
12
" //> using nativeGc _value_ | using native-version _value_" ,
13
- """ `//> using nativeGc` _value_
13
+ """ `//> using nativeGc` **immix**_|commix|boehm|none_
14
14
|
15
- |`//> using nativeMode` _value_
15
+ |`//> using nativeMode` **debug**_|release-fast|release-size|release-full_
16
16
|
17
- |`//> using nativeLto` _value_
17
+ |`//> using nativeLto` **none**_|full|thin_
18
18
|
19
19
|`//> using nativeVersion` _value_
20
20
|
Original file line number Diff line number Diff line change @@ -337,11 +337,11 @@ Manually add a resource directory to the class path
337
337
338
338
Add Scala Native options
339
339
340
- ` //> using nativeGc ` _ value _
340
+ ` //> using nativeGc ` ** immix ** _ |commix|boehm|none _
341
341
342
- ` //> using nativeMode ` _ value _
342
+ ` //> using nativeMode ` ** debug ** _ |release-fast|release-size|release-full _
343
343
344
- ` //> using nativeLto ` _ value _
344
+ ` //> using nativeLto ` ** none ** _ |full|thin _
345
345
346
346
` //> using nativeVersion ` _ value_
347
347
Original file line number Diff line number Diff line change @@ -227,11 +227,11 @@ Manually add a resource directory to the class path
227
227
228
228
Add Scala Native options
229
229
230
- ` //> using nativeGc ` _ value _
230
+ ` //> using nativeGc ` ** immix ** _ |commix|boehm|none _
231
231
232
- ` //> using nativeMode ` _ value _
232
+ ` //> using nativeMode ` ** debug ** _ |release-fast|release-size|release-full _
233
233
234
- ` //> using nativeLto ` _ value _
234
+ ` //> using nativeLto ` ** none ** _ |full|thin _
235
235
236
236
` //> using nativeVersion ` _ value_
237
237
You can’t perform that action at this time.
0 commit comments