mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Merge pull request #15166 from stuken/libretro_fix_vma_assert
Fix vma assert on libretro content close
This commit is contained in:
commit
fb755bac13
@ -573,7 +573,7 @@ ifeq ($(DEBUG), 1)
|
||||
endif
|
||||
CPUOPTS += -D_DEBUG
|
||||
else
|
||||
CPUOPTS += -O2 -D_NDEBUG
|
||||
CPUOPTS += -O2 -DNDEBUG
|
||||
endif
|
||||
|
||||
ifeq (,$(findstring msvc,$(platform)))
|
||||
|
Loading…
Reference in New Issue
Block a user