Skip to content

Commit

Permalink
tools: wonderful toolchain linker verbose mode disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Nov 2, 2023
1 parent 347a1bc commit 371f805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion butano/butano_wt.mak
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ifdef ADD_COMPILE_COMMAND
$(ADD_COMPILE_COMMAND) end
endif
@echo $(OFILES) > bn_ofiles.txt
$(_V)$(ROMLINK) -v -o $(OUTPUT).gba --output-elf $(OUTPUT).elf $(ROMLINKFLAGS) -- $(LIBPATHS) @bn_ofiles.txt \
$(_V)$(ROMLINK) -o $(OUTPUT).gba --output-elf $(OUTPUT).elf $(ROMLINKFLAGS) -- $(LIBPATHS) @bn_ofiles.txt \
$(WF_CRT0) $(LIBS) $(LDFLAGS)

#---------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 371f805

Please sign in to comment.