playground/fatih/pisi-migration/corporate2/pisi/files - Add debug flags
Fatih Aşıcı
paketler-commits at pardus.org.tr
Mon Oct 25 12:31:06 EEST 2010
Author: fatih
Date: Mon Oct 25 12:31:06 2010
New Revision: 103324
Modified:
playground/fatih/pisi-migration/corporate2/pisi/files/pisi.conf-i686
playground/fatih/pisi-migration/corporate2/pisi/files/pisi.conf-x86_64
Log:
Add debug flags
---
pisi.conf-i686 | 4 ++--
pisi.conf-x86_64 | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: playground/fatih/pisi-migration/corporate2/pisi/files/pisi.conf-i686
=================================================================
--- playground/fatih/pisi-migration/corporate2/pisi/files/pisi.conf-i686 (original)
+++ playground/fatih/pisi-migration/corporate2/pisi/files/pisi.conf-i686 Mon Oct 25 12:31:06 2010
@@ -1,8 +1,8 @@
[build]
build_host = localhost
# buildhelper = None
-cflags = -mtune=generic -march=i686 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2
-cxxflags = -mtune=generic -march=i686 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2
+cflags = -mtune=generic -march=i686 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2 -g3 -ggdb
+cxxflags = -mtune=generic -march=i686 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2 -g3 -ggdb
ldflags = -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common
compressionlevel = 1
enableSandbox = True
Modified: playground/fatih/pisi-migration/corporate2/pisi/files/pisi.conf-x86_64
=================================================================
--- playground/fatih/pisi-migration/corporate2/pisi/files/pisi.conf-x86_64 (original)
+++ playground/fatih/pisi-migration/corporate2/pisi/files/pisi.conf-x86_64 Mon Oct 25 12:31:06 2010
@@ -1,8 +1,8 @@
[build]
build_host = localhost
# buildhelper = None
-cflags = -mtune=generic -march=x86-64 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2
-cxxflags = -mtune=generic -march=x86-64 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2
+cflags = -mtune=generic -march=x86-64 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2 -g3 -ggdb
+cxxflags = -mtune=generic -march=x86-64 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2 -g3 -ggdb
ldflags = -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common
compressionlevel = 1
enableSandbox = True
More information about the paketler-commits
mailing list