Attempt to produce a faster binary that can be profiled wit perf

This commit is contained in:
Zahary Karadjov 2019-03-28 22:59:23 +02:00
parent 048f7606b1
commit 3a696ab010
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ RUN cd nimbus \
&& ./env.sh nim \
-o:/usr/bin/beacon_node \
-d:release \
--lineTrace:on \
--debugger:native \
--debugInfo \
-d:with${NETWORK_BACKEND} \
-d:SHARD_COUNT=${SHARD_COUNT} \
-d:SLOTS_PER_EPOCH=${SLOTS_PER_EPOCH} \