Added optimisation flag to makefile.
This commit is contained in:
parent
77798f9853
commit
c0e0f54e3f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
CC=gcc
|
||||
CFLAGS=-Wall
|
||||
CFLAGS=-Wall -O2
|
||||
LDFLAGS=
|
||||
SOURCES=main.c 65816.c
|
||||
OBJECTS=$(SOURCES:.c=.o)
|
||||
|
|
Loading…
Reference in a new issue