configure: Don't let autoconf pick our CFLAGS
authorSimon Wilkinson <sxw@your-file-system.com>
Mon, 4 Oct 2010 12:45:53 +0000 (13:45 +0100)
committerDerrick Brashear <shadow@dementia.org>
Mon, 4 Oct 2010 16:07:32 +0000 (09:07 -0700)
commitb1f747c1f131fc1a9f8a5895fb06607a255a27d8
treeac10291665d9512fbd4cfa7c3df899e632605d0e
parent9fed169b1c5c823fd96cea94daf712b2cf06c901
configure: Don't let autoconf pick our CFLAGS

If the user hasn't specified CFLAGS on the command line to
./configure, then autoconf will set them to -g -O2 if the compiler
supports those options.

For compatibility with what OpenAFS has always done, and to let us
manually set optimisation and debugging flags later, disable this
behaviour.

Change-Id: Ic78d5f824433d94d76f16c107af3488132d57155
Reviewed-on: http://gerrit.openafs.org/2895
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
configure-libafs.ac
configure.ac