- $(cycc) -dynamiclib -g0 -O2 $(filter %.mm,$^) -framework CoreFoundation -framework Foundation -lobjc -I/apl/inc/iPhoneOS-2.0 -framework CoreGraphics -framework ImageIO -framework GraphicsServices -framework Celestial $(substrate) -framework UIKit -framework WebCore -framework WebKit -F$(PKG_ROOT)/System/Library/PrivateFrameworks
+ $(cycc) -std=c++11 -dynamiclib \
+ -framework CoreFoundation \
+ -framework Foundation \
+ -framework CoreGraphics \
+ -framework GraphicsServices \
+ -framework Celestial \
+ -framework UIKit \
+ -framework WebCore \
+ -framework WebKit \
+ -lobjc $(substrate)