- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to suppress the messages relating to pre-compiled header. The commands 'strings mcpcom | grep pch' shows no_pch_messages as an option so I added -no_pch_messages to the command line, but the option is not recognized. I also tried two dashes. I googled it and found similiar option for KAI C++. So the question is how to suppress these messages?
Thanks,
Quang
Thanks,
Quang
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am guessing you mean the messages like this:
"t.c": creating precompiled header file "t.pchi"
"t.c": using precompiled header file "t.pchi"
Try this option:
-Qoption,cpp,--no_pch_messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi mprice1,
Yahoo!... It works. Thank you.
--
Quang

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page