3 # Build debuggable, profilable versions of the command-line encoder and decoder
7 if test x
"$1" = "x"; then
9 echo "usage: make_debug.sh architecture-to-target"
11 echo "E.g. make_debug.sh k8 # opteron CPU"
12 echo " make_debug.sh pentium4"
13 echo " make_debug.sh athlon-xp"
15 echo "For full details on GCC's targets see \"info gcc\" - Invoking GCC"
19 make CXXFLAGS
="-g -pg -O3 -ffast-math -march=$1"