Precompiled headers

Sysprogs forums Forums VisualGDB Precompiled headers

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #643
    Anonymous
    Participant

    Hi,

    I want to add a precompiled header setting to my project. I’ve done this previously by modifying the file properties in the solution explorer. The VisualGDB options panel doesn’t offer a precompiled headers section, though. How would I set this up?

    Regards,
    Harald

    #2632
    ket
    Participant

    Hi,

    The precompiled header setting only applies to Windows projects in Visual Studio.

    However, you can replicate the same behavior also with gcc/make. Look in gcc documentation for hints on how to modify the makefile:
    http://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.