diff --git a/apple2048.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate b/apple2048.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate index 2b84086..f4d7852 100644 Binary files a/apple2048.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate and b/apple2048.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/apple2048/Makefile b/apple2048/Makefile index 499db05..f4e92dc 100644 --- a/apple2048/Makefile +++ b/apple2048/Makefile @@ -70,7 +70,7 @@ SRCDIRS+= # If you want to add arguments to the compile commandline, add them # to this variable: -# CFLAGS += -Os +CFLAGS += -Oi # If you want to add arguments to the assembly commandline, add them # to this variable: diff --git a/apple2048/make/V2Make.scpt b/apple2048/make/V2Make.scpt index d59cb66..3696026 100644 Binary files a/apple2048/make/V2Make.scpt and b/apple2048/make/V2Make.scpt differ