You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-20Lines changed: 2 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,26 +11,8 @@ the dedicated [sbt plugin](https://scala-native.readthedocs.io/en/stable/user/sb
11
11
scala-native-cli --help will bring up possible options and syntax.
12
12
Since options are dependent on the used version of scala-native-cli, please use it for further instructions.
13
13
14
-
### Passing link-time resolved properties
15
-
16
-
Scala Native allows use of link-time properties - values that are used to resolve `if` code blocks on link-time.
17
-
Their non-standard format requires special care.
18
-
19
-
In scala-native-cli their value is defined as follows:
20
-
21
-
```keystring=[Type]value```
22
-
23
-
`keystring` is always a string, however value has to have a type specified in the square brackets. It can be one of the following:
24
-
25
-
*`Short`
26
-
*`Int`
27
-
*`Long`
28
-
*`Float`
29
-
*`Double`
30
-
*`Char`
31
-
*`Boolean`
32
-
*`String`
33
-
34
14
## Logging
35
15
36
16
For logging purposes, a default Scala Native logger is used. By default it will only show `Error` messages, but its verbosity can be increased with a -v flag.
0 commit comments