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
Gearsystem
Commits
b6657737
Unverified
Commit
b6657737
authored
Feb 08, 2021
by
Ignacio Sanchez Gines
Browse files
Address sanitizer on debug build
parent
bf67b093
Pipeline
#14079
passed with stages
in 12 minutes and 57 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
platforms/desktop-shared/Makefile.common
View file @
b6657737
...
...
@@ -32,9 +32,9 @@ CXXFLAGS += -Wall -Wextra -Wformat -std=c++11 -DEMULATOR_BUILD=\"$(GIT_VERSION)\
DEBUG
?=
0
ifeq
($(DEBUG), 1)
CXXFLAGS
+=
-DDEBUG
-g3
CXXFLAGS
+=
-DDEBUG
-g3
-fsanitize
=
address
else
CXXFLAGS
+=
-DNDEBUG
-O3
-fsanitize
=
address
CXXFLAGS
+=
-DNDEBUG
-O3
endif
LIBS
=
...
...
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