Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
b598cb60
Commit
b598cb60
authored
Dec 16, 2015
by
Libretro-Admin
Browse files
More fixes
parent
81330720
Changes
1
Hide whitespace changes
Inline
Side-by-side
shell/libretro/Makefile
View file @
b598cb60
...
...
@@ -366,8 +366,7 @@ else ifeq ($(platform), emscripten)
WITH_DYNAREC
:=
CPUFLAGS
+=
-Dasm
=
asmerror
-D__asm__
=
asmerror
-DNO_ASM
-DNOSSE
SINGLE_THREAD
:=
1
PLATCFLAGS
+=
-Drglgen_symbol_map
=
mupen_rglgen_symbol_map
\
-Drglgen_resolve_symbols_custom
=
mupen_rglgen_resolve_symbols_custom
\
PLATCFLAGS
+=
-Drglgen_resolve_symbols_custom
=
mupen_rglgen_resolve_symbols_custom
\
-Drglgen_resolve_symbols
=
mupen_rglgen_resolve_symbols
HAVE_NEON
=
0
...
...
@@ -424,7 +423,7 @@ endif
RZDCY_CXXFLAGS
:=
$(RZDCY_CFLAGS)
-fno-exceptions
-fno-rtti
-std
=
gnu++11
LDFLAGS
+=
-g
-Wl
,
$(OPTFLAGS)
-Wl
,--sort-common
LDFLAGS
+=
-g
-Wl
,--sort-common
CFLAGS
+=
-g
$(OPTFLAGS)
-D
RELEASE
-c
CFLAGS
+=
-fno-strict-aliasing
-ffast-math
-ftree-vectorize
...
...
@@ -498,4 +497,4 @@ $(TARGET): $(OBJECTS)
$(CC_AS)
$(ASFLAGS)
$(INCFLAGS)
$<
-o
$@
clean
:
rm
-f
$(OBJECTS)
$(TARGET)
.map
rm
-f
$(OBJECTS)
$(TARGET)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment