From 5a29fae12039feb887b1998d1aef2a1c4e00415d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 10 Apr 2005 21:55:27 +0000 Subject: [PATCH] select optimization level and debugging for dev git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2005 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- README.developer | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.developer b/README.developer index daa812fff..c1661f72f 100644 --- a/README.developer +++ b/README.developer @@ -167,7 +167,7 @@ the AUTOCONF,AUTOHEADER,AUTOHEADER,ACLOCAL variables with the required versions seen in the previous section. chmod +x autogen.sh - ./autogen.sh --disable-static --prefix=/some/where + ./autogen.sh --disable-static --prefix=/some/where CFLAGS="-g -O0" make make install @@ -179,8 +179,9 @@ some exotic hardware/software system: ./config.guess --version ./config.sub --version -The prefix argument is optionnal. The --disable-static speeds up -compilation if you don't plan to use static libraries. +The prefix argument is optionnal. The --disable-static and CFLAGS="-O0" +speeds up compilation if you don't plan to use static libraries and +bear less optimized binaries. NOTE: autogen.sh has only to be run the first time after a fresh checkout.