750K? In MY compiled executable?

It's more likely than you think!
This commit is contained in:
John 2022-04-23 04:48:32 -05:00
parent 6603f96d69
commit ddaa60a5ec

View File

@ -22,7 +22,7 @@ VPATH = $(SPATH) $(IPATH) $(DPATH) $(OPATH)
# compiler and compiler flags
CC = g++
CFLAGS = -I$(IPATH) -std=c++11
CFLAGS = -I$(IPATH) -std=c++11 -Os
# list of object files
SOURCES = $(wildcard $(SPATH)/*.$(STYPE))