1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 15:13:55 +02:00

Disable precompiled headers in 'nix develop'

They're still enabled in regular builds though.
This commit is contained in:
Eelco Dolstra 2020-09-21 13:28:51 +02:00
parent fd721f06f5
commit d110fdd03f
2 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,4 @@
PRECOMPILE_HEADERS ?= 1
PRECOMPILE_HEADERS ?= 0
print-var-help += \
echo " PRECOMPILE_HEADERS ($(PRECOMPILE_HEADERS)): Whether to use precompiled headers to speed up the build";