mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
Move LDFLAGS to top of Makefiles
This commit is contained in:
parent
0746337a34
commit
dd4bbdbd89
@ -18,6 +18,8 @@ ifneq ($(NATIVE_ZLIB),)
|
|||||||
WANT_MINIZ = 0
|
WANT_MINIZ = 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
LDFLAGS := -L. -s TOTAL_MEMORY=$(MEMORY) -s OUTLINING_LIMIT=50000 --js-library emscripten/library_rwebaudio.js --js-library emscripten/library_rwebinput.js --js-library emscripten/library_rwebcam.js --no-heap-copy
|
||||||
|
|
||||||
include Makefile.common
|
include Makefile.common
|
||||||
|
|
||||||
OBJ += frontend/platform/platform_emscripten.o \
|
OBJ += frontend/platform/platform_emscripten.o \
|
||||||
@ -28,7 +30,6 @@ OBJ += frontend/platform/platform_emscripten.o \
|
|||||||
libretro = libretro_emscripten.bc
|
libretro = libretro_emscripten.bc
|
||||||
|
|
||||||
LIBS =
|
LIBS =
|
||||||
LDFLAGS = -L. -s TOTAL_MEMORY=$(MEMORY) -s OUTLINING_LIMIT=50000 --js-library emscripten/library_rwebaudio.js --js-library emscripten/library_rwebinput.js --js-library emscripten/library_rwebcam.js --no-heap-copy
|
|
||||||
|
|
||||||
OBJ += playlist.o
|
OBJ += playlist.o
|
||||||
|
|
||||||
|
@ -33,10 +33,11 @@ endif
|
|||||||
|
|
||||||
OBJDIR := obj-w32
|
OBJDIR := obj-w32
|
||||||
|
|
||||||
OBJ :=
|
OBJ :=
|
||||||
LIBS := -lm
|
LIBS := -lm
|
||||||
JOYCONFIG_LIBS :=
|
JOYCONFIG_LIBS :=
|
||||||
DEFINES := -I. -DHAVE_BUILTIN_AUTOCONFIG -DRARCH_INTERNAL -DHAVE_CC_RESAMPLER -DHAVE_OVERLAY
|
DEFINES := -I. -DHAVE_BUILTIN_AUTOCONFIG -DRARCH_INTERNAL -DHAVE_CC_RESAMPLER -DHAVE_OVERLAY
|
||||||
|
LDFLAGS := -L. -static-libgcc
|
||||||
|
|
||||||
include Makefile.common
|
include Makefile.common
|
||||||
|
|
||||||
@ -66,7 +67,6 @@ endif
|
|||||||
|
|
||||||
libretro ?= -lretro
|
libretro ?= -lretro
|
||||||
|
|
||||||
LDFLAGS = -L. -static-libgcc
|
|
||||||
|
|
||||||
ifeq ($(TDM_GCC),)
|
ifeq ($(TDM_GCC),)
|
||||||
LDCXXFLAGS += -static-libstdc++
|
LDCXXFLAGS += -static-libstdc++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user