mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
1e9ad9e3d9
- Fix fatal exception handling so that stack traces are dumped - Add 'include/nim' directories to Nim module search path - Enable release optimizations for release builds Fix #2493
3 lines
50 B
Makefile
3 lines
50 B
Makefile
CC_OPT += -DGENODE_RELEASE
|
|
NIM_ARGS += -d:release
|