Commit 4cce00a2 authored by satmandu's avatar satmandu Committed by GitHub

remove commented cflag code

parent 6c3a2faf
......@@ -101,7 +101,6 @@ class Graphviz < Package
def self.build
Dir.mkdir 'builddir'
Dir.chdir 'builddir' do
# system "env CFLAGS='-pipe -fno-stack-protector -U_FORTIFY_SOURCE -flto=auto -I#{CREW_PREFIX}/include/harfbuzz' \
system "env CFLAGS='-pipe -fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
CXXFLAGS='-pipe -fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
LDFLAGS='-fno-stack-protector -U_FORTIFY_SOURCE -flto=auto' \
......
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