1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

r322: use the -C option to configure for developers (makes a huge speed difference)

This commit is contained in:
Andrew Tridgell 2004-04-22 06:16:01 +00:00 committed by Gerald (Jerry) Carter
parent d52eb75107
commit b8735ed55c

View File

@ -1,2 +1,2 @@
#!/bin/sh
`dirname $0`/configure --enable-developer $*
`dirname $0`/configure -C --enable-developer $*