Browse Source

Add '-g' to CFLAGS in el5 builds to get debug info

tags/v1.6.90
Brian P. Hinz 8 years ago
parent
commit
4c4df85b42
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      contrib/packages/rpm/el5/SPECS/tigervnc.spec

+ 1
- 1
contrib/packages/rpm/el5/SPECS/tigervnc.spec View 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


Loading…
Cancel
Save