Skip to content

Commit

Permalink
Compile genprime-swift with -O3
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Ringle <eddie@eringle.net>
  • Loading branch information
EddieRingle committed Jun 8, 2014
1 parent 86ee90c commit d2b2bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -182,5 +182,5 @@ genprime.30.pyc: genprime.py
@echo

genprime-swift: genprime.swift
-swift -sdk $(shell xcrun --show-sdk-path --sdk macosx) -o genprime-swift genprime.swift
-swift -O3 -sdk $(shell xcrun --show-sdk-path --sdk macosx) -o genprime-swift genprime.swift
@echo

0 comments on commit d2b2bb0

Please sign in to comment.