Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
g-h-c committed Jun 5, 2016
1 parent 31f1b53 commit 6480a32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
"# pct"
# pct

Pct (PreCompiled header tool) aims to be a bag of tools to help reducing and analyzing C/C++ compilation times. There is only one tool for now, extractheaders.

##extractheaders

Analyses C / C++ file to generate a precompiled header. The precompiled header will consist of the standard headers that are included in the provided files (or any header included by the files recursively). It uses Boost Wave Preprocessor to do so.

Expand Down

0 comments on commit 6480a32

Please sign in to comment.