Skip to content
  • YuXiang's avatar
    150a980d
    Fix the unknown option in valgrind · 150a980d
    YuXiang authored
    Add memcheck in front of show-leak-kinds
    
    While using massif in valgrind, like below
    ```
    valgrind --tool=massif ./qtest
    ```
    
    It would return `Unknown option: --show-leak-kinds=all`
    In fact, the option `show-leak-kinds` should be called in `memcheck`
    Just like `memcheck:leak-check=full`
    150a980d
    Fix the unknown option in valgrind
    YuXiang authored
    Add memcheck in front of show-leak-kinds
    
    While using massif in valgrind, like below
    ```
    valgrind --tool=massif ./qtest
    ```
    
    It would return `Unknown option: --show-leak-kinds=all`
    In fact, the option `show-leak-kinds` should be called in `memcheck`
    Just like `memcheck:leak-check=full`
Loading