1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

Precompile headers

This cuts 'make install -j6' on my laptop from 170s to 134s.
This commit is contained in:
Eelco Dolstra 2019-11-06 16:54:18 +01:00
parent 39a2e166dd
commit 5ff4d77f55
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
6 changed files with 118 additions and 5 deletions

View file

@ -57,7 +57,6 @@ test "$localstatedir" = '${prefix}/var' && localstatedir=/nix/var
AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
AX_CXX_COMPILE_STDCXX_17([noext], [mandatory])
AC_CHECK_TOOL([AR], [ar])