1
0
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:
uz 2011-08-19 10:05:13 +00:00
parent 1527d26e91
commit c71d236da6

View File

@ -15,7 +15,7 @@ COMMON = ../common
#
CC = gcc
CFLAGS = -g -Wall -W -I$(COMMON)
CFLAGS = -g -O2 -Wall -W -I$(COMMON)
EBIND = emxbind
LDFLAGS =