ro: reduce memory usage by excising (unused) std::malloc

This commit is contained in:
Michael Scire
2021-01-17 22:23:19 -08:00
parent fb6a4e28a5
commit a6e452ed9e
6 changed files with 47 additions and 7 deletions

View File

@@ -122,6 +122,8 @@ $(OFILES) : $(GCH_FILES)
$(OFILES_SRC) : $(HFILES_BIN)
ams_environment_weak.o: CXXFLAGS += -fno-lto
#---------------------------------------------------------------------------------
%_bin.h %.bin.o : %.bin
#---------------------------------------------------------------------------------