Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved How to configure Address Sanitizer in qt on windows platform

    Tools
    1
    1
    255
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Sadanand last edited by

      I have tried adding set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address") option in cmake file in Linux and windows.

      1. On Linux I am able to see the report for memory Leak.
      2. On windows not able to see the report for memory leak.

      Below mentioned compilers are used
      1.Windows - Clang
      2.Linux - gcc

      Please guide me the steps to follow on to detect address sanitizer on windows platform.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post