makefile tweak
This commit is contained in:
parent
81b5638389
commit
cb1dc07f6f
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -3,7 +3,7 @@
|
|||
# See copying.txt for legal information.
|
||||
|
||||
CC = gcc
|
||||
FLAGS = -std=c99 -O2 -Wall
|
||||
FLAGS = -std=c99 -Os -Wall -s
|
||||
DELETE = rm
|
||||
|
||||
# Add extension when compiling for Windows
|
||||
|
|
Loading…
Reference in a new issue