]> The Tcpdump Group git mirrors - tcpdump/commit
Clean up handling of -g and -O flags.
authorGuy Harris <[email protected]>
Thu, 17 Oct 2013 23:50:43 +0000 (16:50 -0700)
committerGuy Harris <[email protected]>
Thu, 17 Oct 2013 23:50:43 +0000 (16:50 -0700)
commite462b975e29e76270df0e8a0bc7d6bebffe043f2
treee4be46d757af529cab994ed3546e1ec3955a8d22
parent73a0ef4fdaf7ee9a0cd8bad3bb5a85fa5440d60a
Clean up handling of -g and -O flags.

AC_PROG_CC adds -g and -O2 to CFLAGS if you're using GCC; don't bother
adding either of them, or -O, ourselves if we're using GCC.

Add -O for all non-GCC compilers.
aclocal.m4
config.h.in
configure
configure.in