mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
Fix Nim release mode
Append "-d:release" to NIM_OPTS, not NIM_ARGS in the 'release' spec. Compiling for a release removes some runtime assertions. Fix #2662
This commit is contained in:
parent
bb9d15b8b9
commit
79a433ae77
@ -1,2 +1,2 @@
|
||||
CC_OPT += -DGENODE_RELEASE
|
||||
NIM_ARGS += -d:release
|
||||
NIM_OPT += -d:release
|
||||
|
Loading…
x
Reference in New Issue
Block a user