From ddaa60a5ec03fbc2ac225971381e066aba4c940c Mon Sep 17 00:00:00 2001 From: John Breaux Date: Sat, 23 Apr 2022 04:48:32 -0500 Subject: [PATCH] 750K? In MY compiled executable? It's more likely than you think! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce1f747..a5a7e2f 100644 --- a/Makefile +++ b/Makefile @@ -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))