diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2016-03-19 14:16:47 -0400 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2016-03-19 15:44:20 -0400 |
commit | 4c4df85b42551e6b61c0930ea5e92a44437d0b2b (patch) | |
tree | a16e8e77032ff55dc01024741e5c579b7feb2f3a /contrib | |
parent | 24f95199aaa149ceca271eb30c90fc3a564cbcc5 (diff) | |
download | tigervnc-4c4df85b42551e6b61c0930ea5e92a44437d0b2b.tar.gz tigervnc-4c4df85b42551e6b61c0930ea5e92a44437d0b2b.zip |
Add '-g' to CFLAGS in el5 builds to get debug info
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/packages/rpm/el5/SPECS/tigervnc.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/packages/rpm/el5/SPECS/tigervnc.spec b/contrib/packages/rpm/el5/SPECS/tigervnc.spec index 72bd4a5a..16c185ed 100644 --- a/contrib/packages/rpm/el5/SPECS/tigervnc.spec +++ b/contrib/packages/rpm/el5/SPECS/tigervnc.spec @@ -457,7 +457,7 @@ popd %build export CC=gcc44 export CXX=g++44 -export CFLAGS="$RPM_OPT_FLAGS -fPIC" +export CFLAGS="-g $RPM_OPT_FLAGS -fPIC" export CXXFLAGS="$CFLAGS -static-libgcc" export PYTHON=python26 |