]> git.michaelhowe.org Git - packages/o/openafs.git/commit
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>
Sun, 20 Feb 2011 13:52:49 +0000 (05:52 -0800)
commit7c6441d435982fd6ff8370b55e02e5fe39aefa61
tree14ab9b8d014f677e577ca49c3001c8137c7dc30e
parent9a5b168f758ed31537d0b604ea32ac586f407856
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.

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>
(cherry picked from commit b1f747c1f131fc1a9f8a5895fb06607a255a27d8)

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