From 4148d320f541d6c17a61bd3d99169af124bab10a Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 26 Feb 2019 17:21:51 +0100 Subject: [PATCH] Nimble release --- nimble/Tuprules.tup | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nimble/Tuprules.tup b/nimble/Tuprules.tup index ca9248a..73e22f3 100644 --- a/nimble/Tuprules.tup +++ b/nimble/Tuprules.tup @@ -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