750K? In MY compiled executable?
It's more likely than you think!
This commit is contained in:
		
							
								
								
									
										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))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user