ImageMagick also needs O3 for speed reasons
This commit is contained in:
parent
534546b042
commit
65b311ea94
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ class Imagemagick <Formula
|
|||
def install
|
||||
ENV.libpng
|
||||
ENV.deparallelize
|
||||
|
||||
# TODO eventually these will be external optional dependencies
|
||||
# but for now I am lazy
|
||||
ENV.O3 # takes forever otherwise
|
||||
|
||||
# versioned stuff in main tree is pointless for us
|
||||
inreplace 'configure', '${PACKAGE_NAME}-${PACKAGE_VERSION}', '${PACKAGE_NAME}'
|
||||
|
|
Loading…
Reference in a new issue