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
snes9x2010
Commits
753abccb
Unverified
Commit
753abccb
authored
Apr 23, 2021
by
Libretro-Admin
Committed by
GitHub
Apr 23, 2021
Browse files
Merge pull request #145 from AMDmi3/patch-1
Fix build with clang
parents
30f386aa
f62fa3df
Pipeline
#29429
passed with stages
in 26 minutes and 37 seconds
Changes
1
Pipelines
45
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
753abccb
...
...
@@ -115,7 +115,7 @@ ifeq ($(platform), unix)
EXT
?=
so
TARGET
:=
$(TARGET_NAME)
_libretro
$(PLAT)
.
$(EXT)
fpic
:=
-fPIC
LTO
?=
-flto
=
auto
LTO
?=
-flto
SHARED
:=
-shared
-Wl
,--version-script
=
libretro/link.T
ifneq
($(findstring Haiku,$(shell uname -a)),)
LIBM
:=
...
...
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