[devel] kdenonbeta/kdedebian/kapture
Peter Rockai <[email protected]> Sun, 6 Feb 2005 03:01:40 +0100 (CET)
| Newsgroups | gmane.comp.kde.devel.debian |
|---|---|
| Message-ID | <20050206020140.9C3341CFAC__38210.1973671981$1107656261$gmane$org@office.kde.org> |
CVS commit by mornfall: Build with -O0 -g. Will make configurable later or something. M +2 -0 SConstruct 1.2 --- kdenonbeta/kdedebian/kapture/SConstruct #1.1:1.2 @@ -10,4 +10,6 @@ env.AppendUnique( ENV = os.environ ) +env.Append(CPPFLAGS=" -O0 -g") + # The target make dist requires the python module shutil which is in 2.3 #env.EnsurePythonVersion(2,3)