Skip to content

Commit db804f3

Browse files
committed
switch to release
1 parent 4a378f6 commit db804f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ all: | $(TOOLS) nimbus nimbus_execution_client
170170

171171
# "-d:release" cannot be added to config.nims
172172

173-
NIM_PARAMS += -d:debug
173+
NIM_PARAMS += -d:release
174174
ifneq ($(if $(ENABLE_LINE_NUMBERS),$(ENABLE_LINE_NUMBERS),0),0)
175175
NIM_PARAMS += -d:chronicles_line_numbers:1
176176
endif

0 commit comments

Comments
 (0)