Nimble release

This commit is contained in:
Ehmry - 2019-02-26 17:21:51 +01:00
parent 90d2480cfe
commit 4148d320f5
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
!nim_to_depot = |> nim cpp --os:genode -d:posix -o:%o %f \
# Drop the relase flag with the line "NIM_RELEASE_FLAG="
NIM_RELEASE_FLAG = -d:release
!nim_to_depot = |> nim cpp $(NIM_RELEASE_FLAG) --os:genode -d:posix -o:%o %f \
|> $(DEPOT_DIR)/bin/x86_64/%d/@(DEPOT_VERSION)/%B
NIMBLE_BINARIES_INCLUDE = $(TUP_CWD)/binaries.tup