mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
b8f5fa8ac8
The thing that finally convinced me that minimal includes was worth pursuing for rpc was a compiler (tcc) that failed to build Samba due to reaching internal limits of the size of include files. Also the fact that includes.h.gch was 16MB, which really seems excessive. This patch brings it back to 12M, which is still too large, but better. Note that this patch speeds up compile times for both the pch and non-pch case. This change also includes the addition iof a "depends()" option in our IDL files, allowing you to specify that one IDL file depends on another. This capability was needed for the auto-includes generation. |
||
---|---|---|
.. | ||
auth | ||
basic | ||
ldap | ||
local | ||
nbench | ||
rap | ||
raw | ||
rpc | ||
config.m4 | ||
config.mk | ||
gentest.c | ||
locktest2.c | ||
locktest.c | ||
masktest.c | ||
msgtest.c | ||
nsstest.c | ||
smbiconv.c | ||
t_strcmp.c | ||
torture_util.c | ||
torture.c | ||
vfstest.h |