summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-09-26 15:22:49 +0200
committerStef Walter <stefw@collabora.co.uk>2011-09-26 15:39:05 +0200
commitf575afb81aad66d66cb969aab52e4180ce811014 (patch)
tree1c7067cdf4161a4b604ccc767d9f1a5ecc8e24cd /HACKING
parentc9c33166230fbac29eb49f5e5c34337a0f4fdf6d (diff)
downloadgnome-keyring-f575afb81aad66d66cb969aab52e4180ce811014.tar.gz
Rework configure build options based on recent mailing list posts
* --enable-strict to enable -Werror, fatal warnings and disable deprecations * --disable-debug to G_DISABLE_ASSERT * default debug for -g, WITH_DEBUG * --enable-debug to -OO
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING19
1 files changed, 18 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 1932eeed..947f889f 100644
--- a/HACKING
+++ b/HACKING
@@ -1,7 +1,24 @@
-HACKING GNOME KEYRING
+HACKING GNOME KEYRING
+
+BUILD OPTIONS
+---------------
+
+Build options for developers:
+
+ --enable-strict: Build with -Werror, disable deprecations, and fatal warnings
+
+ --enable-debug: Turn off compiler optimization
+ --disable-debug: Turn off all debug options and output.
+
+ --enable-coverage: Build coverage, use 'make coverage' for summary.
+
+
+PATCHES
+----------
Patches should be submitted to bugzilla:
+
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring
The gnome-keyring mailing list is: