summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
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 \