Lines 92-98
Link Here
|
92 |
OPTFLAGS ?= -O3 |
92 |
OPTFLAGS ?= -O3 |
93 |
CFLAGS += $(OPTFLAGS) -Wall -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src |
93 |
CFLAGS += $(OPTFLAGS) -Wall -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src |
94 |
CXXFLAGS += -fvisibility-inlines-hidden |
94 |
CXXFLAGS += -fvisibility-inlines-hidden |
95 |
LDLIBS += -lm |
95 |
LDLIBS += -lm -lminizip |
96 |
|
96 |
|
97 |
# Since we are building a shared library, we must compile with -fPIC on some architectures |
97 |
# Since we are building a shared library, we must compile with -fPIC on some architectures |
98 |
# On 32-bit x86 systems we do not want to use -fPIC because we don't have to and it has a big performance penalty on this arch |
98 |
# On 32-bit x86 systems we do not want to use -fPIC because we don't have to and it has a big performance penalty on this arch |
Lines 285-293
Link Here
|
285 |
$(SRCDIR)/main/ini_reader.c \ |
285 |
$(SRCDIR)/main/ini_reader.c \ |
286 |
$(SRCDIR)/main/savestates.c \ |
286 |
$(SRCDIR)/main/savestates.c \ |
287 |
$(SRCDIR)/main/adler32.c \ |
287 |
$(SRCDIR)/main/adler32.c \ |
288 |
$(SRCDIR)/main/zip/ioapi.c \ |
|
|
289 |
$(SRCDIR)/main/zip/zip.c \ |
290 |
$(SRCDIR)/main/zip/unzip.c \ |
291 |
$(SRCDIR)/memory/dma.c \ |
288 |
$(SRCDIR)/memory/dma.c \ |
292 |
$(SRCDIR)/memory/flashram.c \ |
289 |
$(SRCDIR)/memory/flashram.c \ |
293 |
$(SRCDIR)/memory/memory.c \ |
290 |
$(SRCDIR)/memory/memory.c \ |