Merge pull request #15166 from stuken/libretro_fix_vma_assert

Fix vma assert on libretro content close
This commit is contained in:
Henrik Rydgård 2021-11-24 19:03:26 +01:00 committed by GitHub
commit fb755bac13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -573,7 +573,7 @@ ifeq ($(DEBUG), 1)
endif
CPUOPTS += -D_DEBUG
else
CPUOPTS += -O2 -D_NDEBUG
CPUOPTS += -O2 -DNDEBUG
endif
ifeq (,$(findstring msvc,$(platform)))