From 78ffb9fbefdc0265b95e7540bbb32d8ae373b475 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 2 Aug 2017 17:30:01 +0000 Subject: [PATCH] Merged from trunk: ------------------------------------------------------------------------ r7985 | bsomervi | 2017-08-02 18:28:56 +0100 (Wed, 02 Aug 2017) | 1 line Further installation documentation updates ------------------------------------------------------------------------ git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@7986 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 2967e6086..cd2d0f48d 100644 --- a/INSTALL +++ b/INSTALL @@ -67,7 +67,7 @@ $ cd ../build $ ../src/configure --prefix=$HOME/hamlib-prefix \ --disable-shared --enable-static \ --without-cxx-binding --disable-winradio \ - CFLAGS="-fdata-sections -ffunction-sections" \ + CFLAGS="-g -O2 -fdata-sections -ffunction-sections" \ LDFLAGS="-Wl,--gc-sections" $ make $ make install-strip @@ -154,7 +154,7 @@ $ cd ../build --without-cxx-binding --disable-winradio \ CC=/gcc \ CXX=/g++ \ - CFLAGS="-fdata-sections -ffunction-sections -I/include" \ + CFLAGS="-g -O2 -fdata-sections -ffunction-sections -I/include" \ LDFLAGS="-Wl,--gc-sections" \ LIBUSB_LIBS="-L/MinGW32/dll -lusb-1.0" $ make @@ -249,7 +249,7 @@ $ ../src/configure \ --disable-shared \ --disable-winradio \ --prefix=$HOME/hamlib-prefix \ - CFLAGS="-mmacosx-version-min=10.7 -I/opt/local/include" \ + CFLAGS="-g -O2 -mmacosx-version-min=10.7 -I/opt/local/include" \ LIBUSB_LIBS="-L/opt/local/lib -lusb-1.0" $ make $ make install-strip