mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
autoconf: Add --with-ccache option
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
a5aea577dd
commit
325768ed4c
@ -152,5 +152,14 @@ if test $ac_cv_prog_make_vpathok = no; then
|
||||
done
|
||||
fi
|
||||
|
||||
dnl
|
||||
dnl support cchace
|
||||
dnl
|
||||
AC_ARG_WITH([ccache],
|
||||
[AC_HELP_STRING([--with-ccache],
|
||||
[Compile with ccache])],
|
||||
[CC="ccache $CC"],
|
||||
[])
|
||||
|
||||
AC_OUTPUT_COMMANDS([mkdir -p output])
|
||||
AC_OUTPUT(Makefile rdoff/Makefile doc/Makefile)
|
||||
|
Loading…
Reference in New Issue
Block a user