mirror of
https://github.com/NixOS/nix
synced 2025-07-12 19:05:08 +02:00
mk/precompiled-headers.mk: Remove special handling for clang
This commit is contained in:
parent
b4db315a56
commit
0856c0a0b4
3 changed files with 4 additions and 26 deletions
2
local.mk
2
local.mk
|
@ -11,6 +11,6 @@ GLOBAL_CXXFLAGS += -Wno-deprecated-declarations
|
|||
$(foreach i, config.h $(wildcard src/lib*/*.hh), \
|
||||
$(eval $(call install-file-in, $(i), $(includedir)/nix, 0644)))
|
||||
|
||||
$(GCH) $(PCH): src/libutil/util.hh config.h
|
||||
$(GCH): src/libutil/util.hh config.h
|
||||
|
||||
GCH_CXXFLAGS = -I src/libutil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue