mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 19:14:56 +00:00
Always compile in performance.c on Win32.
This commit is contained in:
parent
c6b50d2645
commit
36f32696b2
@ -28,7 +28,8 @@ OBJ = retroarch.o \
|
||||
gfx/scaler/scaler_int.o \
|
||||
gfx/scaler/filter.o \
|
||||
gfx/state_tracker.o \
|
||||
gfx/image.o
|
||||
gfx/image.o \
|
||||
performance.o
|
||||
|
||||
JOBJ := conf/config_file.o \
|
||||
tools/retroarch-joyconfig.o \
|
||||
@ -78,7 +79,6 @@ endif
|
||||
|
||||
ifeq ($(PERF_TEST), 1)
|
||||
DEFINES += -DPERF_TEST
|
||||
OBJ += performance.o
|
||||
endif
|
||||
|
||||
JLIBS =
|
||||
|
Loading…
Reference in New Issue
Block a user