diff --git a/Examples/swift.mk b/Examples/swift.mk index d3fc471..e637e7b 100644 --- a/Examples/swift.mk +++ b/Examples/swift.mk @@ -39,7 +39,7 @@ C_FLAGS := \ SWIFT_FLAGS := \ $(addprefix -Xcc , $(C_FLAGS)) \ - -O \ + -Osize \ -wmo -enable-experimental-feature Embedded \ -enable-experimental-feature NoncopyableGenerics \ -Xfrontend -disable-stack-protector \