mirror of
https://github.com/cc65/cc65.git
synced 2024-12-31 11:32:00 +00:00
Enable optimizations.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5220 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
1527d26e91
commit
c71d236da6
@ -15,7 +15,7 @@ COMMON = ../common
|
||||
|
||||
#
|
||||
CC = gcc
|
||||
CFLAGS = -g -Wall -W -I$(COMMON)
|
||||
CFLAGS = -g -O2 -Wall -W -I$(COMMON)
|
||||
EBIND = emxbind
|
||||
LDFLAGS =
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user