diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-10-05 09:15:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:11 -0500 |
commit | 63a0d4aa5bb27edb97701bb533ea7398841b9b1e (patch) | |
tree | 5f7d5bb1e2fe682b1b0e95d449642c1ff7de2aa6 /source3/smbd/dmapi.c | |
parent | 6bcb2ea2717f7f80375c7acb847a1e49a45a5902 (diff) | |
download | samba-63a0d4aa5bb27edb97701bb533ea7398841b9b1e.tar.gz samba-63a0d4aa5bb27edb97701bb533ea7398841b9b1e.tar.bz2 samba-63a0d4aa5bb27edb97701bb533ea7398841b9b1e.zip |
r19093: speed up the samba3 build from 8mins to 5mins:-)
we now don't compile mostly each .c file twice.
- we use PICFLAG for all object files
- PICFLAG defaults to PIE_CFLAGS and is then overwritten
if the system supports shared libraries
as we currently always use -fPIE if available
(and at least on linux -fPIE produces the same code as -fPIC)
it doesn't change anything in the resulting code.
"high performance" binaries can be build with
"--disable-pie --disable-shared" if someone really needs to...
metze
(This used to be commit 6db1f57f45bf0b382572aec72dda29657c4a5c3f)
Diffstat (limited to 'source3/smbd/dmapi.c')
0 files changed, 0 insertions, 0 deletions