mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
79a433ae77
Append "-d:release" to NIM_OPTS, not NIM_ARGS in the 'release' spec. Compiling for a release removes some runtime assertions. Fix #2662
3 lines
49 B
Makefile
3 lines
49 B
Makefile
CC_OPT += -DGENODE_RELEASE
|
|
NIM_OPT += -d:release
|