From 07bccde2aba411995b675feba9e92c1dfaf96d50 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Tue, 25 Feb 2003 15:07:19 +0000 Subject: [PATCH] 194654 r=cls sr=jag show CFLAGS, CXXFLAGS and CPPFLAGS in about:buildconfig git-svn-id: svn://10.0.0.236/trunk@138446 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/global/buildconfig.html.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/xpfe/global/buildconfig.html.in b/mozilla/xpfe/global/buildconfig.html.in index 1add4c21c2e..5bce937bd75 100644 --- a/mozilla/xpfe/global/buildconfig.html.in +++ b/mozilla/xpfe/global/buildconfig.html.in @@ -24,14 +24,17 @@ Compiler Version + Compiler flags @CC@ @CC_VERSION@ + @CFLAGS@ @CXX@ @CXX_VERSION@ + @CXXFLAGS@ @CPPFLAGS@