libretro: Remove empty CFLAGS

This commit is contained in:
Rob Loach 2021-02-28 13:13:12 -05:00 committed by GitHub
parent 6a995bfe10
commit 975d379d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -128,9 +128,6 @@ else ifneq (,$(findstring rpi4_64,$(platform)))
fpic := -fPIC
SHARED := -shared -Wl,--version-script=$(CORE_DIR)/libretro/link.T -Wl,--no-undefined
CFLAGS += -O2 -march=armv8-a+crc+simd -mtune=cortex-a72
CXXFLAGS += $(CFLAGS)
CPPFLAGS += $(CFLAGS)
ASFLAGS += $(CFLAGS)
###########################
#######################################