daml
daml copied to clipboard
daml damlc init does not pick up build-options from daml.yaml
If I run daml build
it picks up build-optinos
from daml.yaml
. daml damlc init
skips that and does not pick them up.
Easy way to reproduce is to use the --target
flag.