remove fake6502 from link

This commit is contained in:
Brad Grantham 2020-12-27 18:17:35 -08:00
parent 1271db3d95
commit ae2748dc0b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
INCFLAGS += -I/opt/local/include
CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++17 -O2
CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++17 # -O2
LDFLAGS += -L/opt/local/lib
LDLIBS += -lglfw -lao -framework OpenGL -framework Cocoa -framework IOkit