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:
parent
fd721f06f5
commit
d110fdd03f
2 changed files with 2 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue