mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
No need to remove function names, they don't slow anything down and they're invaluable for crash debugging.
This commit is contained in:
parent
77649b2f23
commit
eae911bcd2
@ -120,7 +120,6 @@ ifeq ($(DEBUG), 1)
|
||||
else
|
||||
CFLAGS += -O3 -ffast-math
|
||||
CXXFLAGS += -O3 -ffast-math
|
||||
LDCXXFLAGS += -s
|
||||
endif
|
||||
|
||||
CFLAGS += -Wall -Wno-unused-result -Wno-unused-variable -I.
|
||||
|
@ -113,7 +113,6 @@ void content_playlist_get_index_by_path(content_playlist_t *playlist,
|
||||
*crc32 = playlist->entries[i].crc32;
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
bool content_playlist_entry_exists(content_playlist_t *playlist,
|
||||
|
Loading…
x
Reference in New Issue
Block a user