gegl: remove ENV.no_optimiziation no-op.
This commit is contained in:
parent
3871716df0
commit
f728310aae
1 changed files with 0 additions and 3 deletions
|
@ -37,9 +37,6 @@ class Gegl < Formula
|
|||
depends_on "sdl" => :optional
|
||||
|
||||
def install
|
||||
# ./configure breaks when optimization is enabled with llvm
|
||||
ENV.no_optimization if ENV.compiler == :llvm
|
||||
|
||||
argv = %W[
|
||||
--disable-debug
|
||||
--disable-dependency-tracking
|
||||
|
|
Loading…
Reference in a new issue