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
vbam-libretro
Commits
e0fe8365
Commit
e0fe8365
authored
Jun 16, 2018
by
retro-wertz
Browse files
Makefile: Add option for sanitizer, add -DNO_DEBUGGER
parent
94d07676
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libretro/Makefile
View file @
e0fe8365
...
...
@@ -225,9 +225,14 @@ include Makefile.common
OBJS
:=
$(SOURCES_CXX:.cpp=.o)
VBA_DEFINES
+=
-D__LIBRETRO__
-DFINAL_VERSION
-DC_CORE
-D
USE_GBA_ONLY
-DNO_LINK
VBA_DEFINES
+=
-D__LIBRETRO__
-DFINAL_VERSION
-DC_CORE
-D
NO_LINK
-DNO_DEBUGGER
VBA_DEFINES
+=
-DFRONTEND_SUPPORTS_RGB565
ifneq
($(SANITIZER),)
CFLAGS
+=
-fsanitize
=
$(SANITIZER)
LDFLAGS
+=
-fsanitize
=
$(SANITIZER)
endif
ifeq
($(DEBUG), 1)
CFLAGS
+=
-g
CXXFLAGS
+=
-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