From 9fa9734be093c7cf948023c224d5db07400846d7 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 2 Aug 2017 17:28:56 +0000 Subject: [PATCH] Further installation documentation updates git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7985 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