750K? In MY compiled executable?
It's more likely than you think!
This commit is contained in:
parent
6603f96d69
commit
ddaa60a5ec
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ VPATH = $(SPATH) $(IPATH) $(DPATH) $(OPATH)
|
|||||||
|
|
||||||
# compiler and compiler flags
|
# compiler and compiler flags
|
||||||
CC = g++
|
CC = g++
|
||||||
CFLAGS = -I$(IPATH) -std=c++11
|
CFLAGS = -I$(IPATH) -std=c++11 -Os
|
||||||
|
|
||||||
# list of object files
|
# list of object files
|
||||||
SOURCES = $(wildcard $(SPATH)/*.$(STYPE))
|
SOURCES = $(wildcard $(SPATH)/*.$(STYPE))
|
||||||
|
Loading…
Reference in New Issue
Block a user