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
92e44fc1
Commit
92e44fc1
authored
Dec 22, 2015
by
Libretro-Admin
Browse files
Turn on exceptions
parent
04d09ec3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
92e44fc1
...
...
@@ -141,7 +141,6 @@ endif
ifeq
($(WITH_DYNAREC), x86)
CFLAGS
+=
-D
TARGET_NO_AREC
endif
CXXFLAGS
+=
-fexceptions
ifneq
(,$(findstring gles,$(platform)))
GLES
=
1
...
...
@@ -456,7 +455,7 @@ ifeq ($(NO_NVMEM),1)
CXXFLAGS
+=
-DTARGET_NO_NVMEM
endif
RZDCY_CXXFLAGS
:=
$(RZDCY_CFLAGS)
-f
no-
exceptions
-fno-rtti
-std
=
gnu++11
RZDCY_CXXFLAGS
:=
$(RZDCY_CFLAGS)
-fexceptions
-fno-rtti
-std
=
gnu++11
LDFLAGS
+=
-g
CFLAGS
+=
-g
$(OPTFLAGS)
-D
RELEASE
-c
...
...
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