From 6481680f4292390f692224624def39dd61d5003b Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 22 Nov 2011 20:10:18 +0100 Subject: 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). --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HACKING') 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= \ + --enable-warnings=fatal \ --enable-unit-tests \ --enable-libcurl \ --disable-shared \ -- cgit v1.2.3