Makefile.launcher: Remove -s for make-fself

This commit is contained in:
cypress 2023-07-24 16:16:46 -04:00 committed by GitHub
parent 7c37f144eb
commit debfa4a9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ CFLAGS = -fno-lto -g -Wl,-q -O3 -D_GNU_SOURCE
CXXFLAGS = -fno-lto -g -Wl,-q -O3 -fpermissive -std=c++11 -D_GNU_SOURCE
eboot.bin: eboot.velf
vita-make-fself -c -s $< eboot.bin
vita-make-fself -c $< eboot.bin
%.velf: %.elf
cp $< $<.unstripped.elf