Change the default build profile to dev during bootstrap

Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
This commit is contained in:
Jeremie Dimino 2018-06-28 12:40:27 +01:00
parent af6f003d13
commit 473dd9b440
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ let bootstrap () =
; contexts = [Default { targets = [Native]
; profile =
Option.value !profile
~default:"default"
~default:"dev"
}
]
}