[virglrenderer-devel] [virglrenderer-devel v1 06/13] ci: Build with debug level -g3 instead of -g0
Robert Foss
robert.foss at collabora.com
Wed Nov 21 15:12:33 UTC 2018
Signed-off-by: Robert Foss <robert.foss at collabora.com>
---
ci/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/Dockerfile b/ci/Dockerfile
index 173ca06..b038183 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -6,8 +6,8 @@ ENV PATH=$PATH:/usr/local/go/bin
ENV LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig
ENV LDFLAGS="-L/usr/local/lib64 -L/usr/local/lib/ -L/usr/local/lib/x86_64-linux-gnu"
-ENV CFLAGS="-g0"
-ENV CXXFLAGS="-g0"
+ENV CFLAGS="-g3"
+ENV CXXFLAGS="-g3"
ENV GIT_DATE="`date +%Y-%m-%d -d \"1 year ago\"`"
RUN echo 'path-exclude=/usr/share/doc/*' > /etc/dpkg/dpkg.cfg.d/99-exclude-cruft
--
2.17.1
More information about the virglrenderer-devel
mailing list