Skip to content

Commit 5bdcd87

Browse files
committed
switch to release
1 parent bc970c2 commit 5bdcd87

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
@@ -172,7 +172,7 @@ all: | $(TOOLS) nimbus nimbus_execution_client
172172

173173
# "-d:release" cannot be added to config.nims
174174

175-
NIM_PARAMS += -d:debug
175+
NIM_PARAMS += -d:release
176176
ifneq ($(if $(ENABLE_LINE_NUMBERS),$(ENABLE_LINE_NUMBERS),0),0)
177177
NIM_PARAMS += -d:chronicles_line_numbers:1
178178
endif

0 commit comments

Comments
 (0)