~w-shackleton/droidpad-pc/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: William Shackleton
  • Date: 2012-08-16 12:41:26 UTC
  • mto: This revision was merged to the branch mainline in revision 93.
  • Revision ID: w.shackleton@gmail.com-20120816124126-88d6lloc34exz04o
Included newer catalog file for driver, added executable stripping to compile options

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        CXXFLAGS="$CXXFLAGS -O0 -g -DDEBUG"
61
61
        AC_MSG_RESULT(yes)
62
62
else
 
63
        CFLAGS="$CFLAGS -O2 -s"
 
64
        CXXFLAGS="$CFLAGS -O2 -s"
63
65
        AC_MSG_RESULT(no)
64
66
fi
65
67