blob: 2a640ce17108abd940107654a0f65c138b35af94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- amSynth-1.2.3/configure.in
+++ amSynth-1.2.3/configure.in
@@ -90,7 +90,7 @@ AC_ARG_ENABLE(debug,
if test "${enable_debug}" = "yes" ; then
AC_MSG_RESULT([yes])
debugging=yes
- CXXFLAGS="$CXXFLAGS -g -Wall -D_DEBUG"
+ CXXFLAGS="$CXXFLAGS -Wall -D_DEBUG"
COMPOPSTR="debugging $COMPOPSTR"
OPTION_DEBUG="yes"
else
@@ -114,7 +114,7 @@ if test "$enable_profile" = "yes" ; then
fi
else
if test "$GCC" = "yes" ; then
- CXXFLAGS="$CXXFLAGS -O3 -ffast-math -fno-exceptions -fomit-frame-pointer"
+ CXXFLAGS="$CXXFLAGS -ffast-math -fno-exceptions -fomit-frame-pointer"
fi
AC_MSG_RESULT([no])
profiling=no
|