Merge pull request #1 from devkitPro/dka64-updates

dkA64 updates
This commit is contained in:
yellows8 2017-09-20 10:30:32 -04:00 committed by GitHub
commit ecc48e8101
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
build
*.elf
*.nso

View File

@ -27,9 +27,9 @@ EXEFS_SRC := exefs_src
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
ARCH := -march=armv8-a
ARCH := -march=armv8-a -fPIC
CFLAGS := -g -Wall -O2 -fPIC \
CFLAGS := -g -Wall -O2 \
-ffast-math \
$(ARCH) $(DEFINES)