mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Reverted errorneously commited change to the makefile.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5649 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
faf58a8220
commit
7bf80a4d73
@ -19,7 +19,7 @@ CC65_INC = \"/usr/lib/cc65/include/\"
|
||||
|
||||
#
|
||||
CC = gcc
|
||||
CFLAGS = -g -Wall -W -std=c89
|
||||
CFLAGS = -O2 -g -Wall -W -std=c89
|
||||
override CFLAGS += -I$(COMMON)
|
||||
override CFLAGS += -DCC65_INC=$(CC65_INC)
|
||||
EBIND = emxbind
|
||||
|
Loading…
Reference in New Issue
Block a user