Commit 8417bf84 authored by supechicken666's avatar supechicken666 Committed by GitHub

Update libxvmc.rb

parent 223d4504
......@@ -12,7 +12,9 @@ class Libxvmc < Package
depends_on 'libx11'
def self.build
system "./configure #{CREW_OPTIONS}"
system "env CFLAGS='-flto=auto' CXXFLAGS='-flto=auto' \
LDFLAGS='-flto=auto' \
./configure #{CREW_OPTIONS}"
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment