]> source.dussan.org Git - tigervnc.git/commitdiff
Add '-g' to CFLAGS in el5 builds to get debug info
authorBrian P. Hinz <bphinz@users.sf.net>
Sat, 19 Mar 2016 18:16:47 +0000 (14:16 -0400)
committerBrian P. Hinz <bphinz@users.sf.net>
Sat, 19 Mar 2016 19:44:20 +0000 (15:44 -0400)
contrib/packages/rpm/el5/SPECS/tigervnc.spec

index 72bd4a5ac90569cb9f84aaa3c5dbd71b8811561f..16c185edac4d853a0addd3efd77ef9b41b451d25 100644 (file)
@@ -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