Skip to content

Commit

Permalink
Let the compiler decide what's best
Browse files Browse the repository at this point in the history
  • Loading branch information
Namaneo committed Aug 5, 2024
1 parent 837a32e commit 802107d
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
/build

deps/*/
deps/*.a
cores/*/
cores/*.a

app/build
app/sources/*.o
Expand Down
4 changes: 2 additions & 2 deletions GNUmakefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ifeq ($(DEBUG), 1)
DEFINES += -O0 -ferror-limit=0 -DDEBUG
LDFLAGS += -O0 -g -Wl,--error-limit=0
else
DEFINES += -O3 -msimd128
LDFLAGS += -O3 -mavx -mfpu=neon
DEFINES += -O3
LDFLAGS += -O3
endif

CC := $(WASI_SDK)/bin/clang $(DEFINES)
Expand Down
Binary file removed cores/lib2048.a
Binary file not shown.
Binary file removed cores/libdesmume.a
Binary file not shown.
Binary file removed cores/libgambatte.a
Binary file not shown.
Binary file removed cores/libgenesis.a
Binary file not shown.
Binary file removed cores/libnestopia.a
Binary file not shown.
Binary file removed cores/libparallel.a
Binary file not shown.
Binary file removed cores/libpcsx.a
Binary file not shown.
Binary file removed cores/libsnes9x.a
Binary file not shown.
Binary file removed cores/libvbam.a
Binary file not shown.
Binary file removed deps/libretro.a
Binary file not shown.
Binary file removed deps/libz.a
Binary file not shown.

0 comments on commit 802107d

Please sign in to comment.