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
c711a249
Commit
c711a249
authored
Dec 19, 2015
by
Libretro-Admin
Browse files
Add NO_EXCEPTIONS
parent
d05d8c3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c711a249
DEBUG
:=
0
NO_REND
:=
0
HAVE_GL
:=
1
HAVE_CORE
:=
0
NO_THREADS
:=
1
DEBUG
:=
0
NO_REND
:=
0
HAVE_GL
:=
1
HAVE_CORE
:=
0
NO_THREADS
:=
1
NO_EXCEPTIONS
:=
0
TARGET_NAME
:=
reicast
...
...
@@ -431,6 +432,12 @@ ifeq ($(NO_REND),1)
CXXFLAGS
+=
-DNO_REND
endif
ifeq
($(NO_EXCEPTIONS),1)
RZDCY_CFLAGS
+=
-DTARGET_NO_EXCEPTIONS
=
1
CFLAGS
+=
-DTARGET_NO_EXCEPTIONS
CXXFLAGS
+=
-DTARGET_NO_EXCEPTIONS
endif
RZDCY_CXXFLAGS
:=
$(RZDCY_CFLAGS)
-fno-exceptions
-fno-rtti
-std
=
gnu++11
LDFLAGS
+=
-g
...
...
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