precompiled header – GNU Make VisualGDB

Sysprogs forums Forums VisualGDB precompiled header – GNU Make VisualGDB

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36031
    AlexeyKh
    Participant

    Hello,

    How can I configure precompile header in GNU Make (cross-compile Linux) project?

    I found this:

    https://visualgdb.com/tutorials/linux/pch/

    but it talks about MsBuild project….in GNU project properties does not have precompiled header option

     

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #36038
    support
    Keymaster

    Hi,

    The GNU Make build system is very old, limited in many ways and does not support many advanced features directly. In theory, you should be able to get them working by patching the Makefiles, however we do not have any examples of it and are not planning to add one.

    For new projects, please consider using Advanced CMake or MSBuild. Both work much better than plain GNU Make and have better integration on the VisualGDB side as well.

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