Don't show those notes with the json stuff and get rid of pase.cpp/.hpp Part 1/3.

This commit is contained in:
VoltZ
2019-11-03 21:13:09 +01:00
committed by GitHub
parent 891195828b
commit fcf6fbd2d3
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ RSF_FILE := app/build-cia.rsf
#---------------------------------------------------------------------------------
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
CFLAGS := -g -Wall -O2 -mword-relocations \
CFLAGS := -g -Wall -Wno-psabi -O2 -mword-relocations \
-DVERSION_STRING=\"$(GIT_VER)\" \
-fomit-frame-pointer -ffunction-sections \
$(ARCH)