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
b3e2b29d
Commit
b3e2b29d
authored
Jul 02, 2018
by
Libretro-Admin
Browse files
Define NO_VERIFY again
parent
05891931
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b3e2b29d
...
...
@@ -85,7 +85,7 @@ DYNAREC_USED = 0
CORE_DEFINES
:=
-D__LIBRETRO__
ifeq
($(NO_VERIFY),1)
CORE_DEFINES
+=
-DNO_VERIFY
CORE_DEFINES
+=
-DNO_VERIFY
endif
DC_PLATFORM
=
dreamcast
...
...
@@ -469,9 +469,10 @@ else
endif
CORE_DEFINES
+=
-DNDEBUG
-flto
LDFLAGS
+=
-DNDEBUG
CORE_DEFINES
+=
-DRELEASE
endif
CORE_DEFINES
+=
-DRELEASE
-D__LIBRETRO__
RZDCY_CFLAGS
+=
$(CFLAGS)
-c
$(OPTFLAGS)
-frename-registers
-ffast-math
-ftree-vectorize
-fomit-frame-pointer
ifeq
($(WITH_DYNAREC), arm)
...
...
Makefile.common
View file @
b3e2b29d
...
...
@@ -6,7 +6,6 @@ INCFLAGS := -I$(CORE_DIR)/libretro \
-I
$(DEPS_DIR)
\
-I
$(LIBRETRO_COMM_DIR)
/include
CORE_DEFINES
:=
CORE_DEFINES
+=
-DNO_MMU
SOURCES_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