summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2011-11-22 20:10:18 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2011-11-28 10:18:19 +0100
commit6481680f4292390f692224624def39dd61d5003b (patch)
tree1485aaf5bfafdc0187f36bf66db979736e54a7c2 /HACKING
parenta88ba0a09176ace2791ccb08f3cd0a9de6a71b23 (diff)
HACKING: updated recommended configure
Use --enable-warnings=fatal to catch errors (easier than setting flags) and compile in one step with --with-synthesis-src (avoids mismatch).
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 9fdf6ffa..a95ae3d5 100644
--- a/HACKING
+++ b/HACKING
@@ -99,8 +99,8 @@ in the Synthesis code base, then please work directly with
the upstream branch.
For doing development work the recommended configure line is:
- configure CFLAGS="-g -Wall -Werror -Wno-unknown-pragmas" \
- CXXFLAGS="-g -Wall -Werror -Wno-unknown-pragmas" \
+ configure --with-synthesis-src=<path to libsynthesis source> \
+ --enable-warnings=fatal \
--enable-unit-tests \
--enable-libcurl \
--disable-shared \