We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc970c2 commit 5bdcd87Copy full SHA for 5bdcd87
Makefile
@@ -172,7 +172,7 @@ all: | $(TOOLS) nimbus nimbus_execution_client
172
173
# "-d:release" cannot be added to config.nims
174
175
-NIM_PARAMS += -d:debug
+NIM_PARAMS += -d:release
176
ifneq ($(if $(ENABLE_LINE_NUMBERS),$(ENABLE_LINE_NUMBERS),0),0)
177
NIM_PARAMS += -d:chronicles_line_numbers:1
178
endif
0 commit comments