compile with optimisation by default on all compilers
commit263b13222c14db7ddec1430132c6362be4442147
authorAndrew Tridgell <tridge@samba.org>
Sat, 14 Nov 1998 23:52:49 +0000 (14 23:52 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 14 Nov 1998 23:52:49 +0000 (14 23:52 +0000)
tree28809e50cb54dff802fa981711feddd461f3e7f0
parent0f98a2fd58aee1dac4d0f4098a2e690dfaf5ba27
compile with optimisation by default on all compilers

this has 2 effects:

1) non gcc platforms get some optimisation
2) it disables -g by default which means the samba binaries won't be
   so huge (they were over 60MB on some systems)
source/configure
source/configure.in