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
97aa5bf1
Commit
97aa5bf1
authored
Jul 19, 2018
by
Libretro-Admin
Browse files
Add C++11 rules
parent
d0f2502c
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
97aa5bf1
...
...
@@ -536,6 +536,7 @@ endif
ifeq
($(HAVE_TEXUPSCALE), 1)
CORE_DEFINES
+=
-DHAVE_TEXUPSCALE
NEED_CXX11
=
1
endif
ifeq
($(HAVE_GL), 1)
...
...
@@ -552,6 +553,10 @@ endif
ifeq
($(HAVE_GENERIC_JIT), 1)
CORE_DEFINES
+=
-DTARGET_NO_JIT
NEED_CXX11
=
1
endif
ifeq
($(NEED_CXX11), 1)
CXXFLAGS
+=
-std
=
c++11
endif
...
...
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