diff --git a/output/dll/pizza.wbx.gz b/output/dll/pizza.wbx.gz new file mode 100644 index 0000000000..e97c2e45db Binary files /dev/null and b/output/dll/pizza.wbx.gz differ diff --git a/waterbox/pizza/Makefile b/waterbox/pizza/Makefile index 91f7224824..4893bc03f3 100644 --- a/waterbox/pizza/Makefile +++ b/waterbox/pizza/Makefile @@ -3,7 +3,7 @@ CPP = x86_64-nt64-midipix-g++ FLAGS:=-Wall -Werror=pointer-to-int-cast -Werror=int-to-pointer-cast -Werror=implicit-function-declaration \ -fomit-frame-pointer -fvisibility=hidden \ - -O0 -g + -O3 -flto CCFLAGS:=$(FLAGS) -Ilib \ -I../emulibc \ @@ -42,8 +42,8 @@ $(TARGET).in: $(OBJS) @$(CPP) -o $@ $(LDFLAGS) $(FLAGS) $(OBJS) ../emulibc/libemuhost.so $(TARGET): $(TARGET).in -# strip $< -o $@ -R /4 -R /14 -R /29 -R /41 -R /55 -R /67 -R /78 -R /89 -R /104 - cp $< $@ + strip $< -o $@ -R /4 -R /14 -R /29 -R /41 -R /55 -R /67 -R /78 -R /89 -R /104 +# cp $< $@ clean: rm -rf $(OBJ_DIR) diff --git a/waterbox/pizza/lib/snes_spc/SNES_SPC.h b/waterbox/pizza/lib/snes_spc/SNES_SPC.h index 662b160928..fb1ad18a45 100644 --- a/waterbox/pizza/lib/snes_spc/SNES_SPC.h +++ b/waterbox/pizza/lib/snes_spc/SNES_SPC.h @@ -6,6 +6,7 @@ #include "SPC_DSP.h" #include "blargg_endian.h" +#include struct SNES_SPC { public: