diff --git a/output64/dll/ss.wbx b/output64/dll/ss.wbx
new file mode 100644
index 0000000000..983245e4ef
Binary files /dev/null and b/output64/dll/ss.wbx differ
diff --git a/waterbox/ss/Makefile b/waterbox/ss/Makefile
index 7c701388e6..9e3ee58d92 100644
--- a/waterbox/ss/Makefile
+++ b/waterbox/ss/Makefile
@@ -4,7 +4,7 @@ CCFLAGS:= -I. -I../emulibc \
 	-Wall -Werror=pointer-to-int-cast -Werror=int-to-pointer-cast -Werror=implicit-function-declaration \
 	-std=c++0x -fomit-frame-pointer -fvisibility=hidden -fno-exceptions -fno-rtti \
 	-DLSB_FIRST \
-	-O1 -g
+	-O3 -flto
 
 TARGET = ss.wbx
 
@@ -29,8 +29,8 @@ $(TARGET).in: $(OBJS)
 	@$(CC) -o $@ $(LDFLAGS) $(CCFLAGS) $(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)