2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Merge: Use -Winvalid-pch

[SVN r35711]
This commit is contained in:
Vladimir Prus
2006-10-23 19:05:44 +00:00
parent f035ad5300
commit 8950f97db2

View File

@@ -199,7 +199,7 @@ class gcc-pch-generator : pch-generator
# return result of base class and pch-file property as usage-requirements
return
[ property-set.create <pch-file>$(pch-file) ]
[ property-set.create <pch-file>$(pch-file) <cflags>-Winvalid-pch ]
$(pch-file)
;
}