rime / ibus-rime

【中州韻】Rime for Linux/IBus
https://rime.im
GNU General Public License v3.0
718 stars 103 forks source link

feat: add cmake debug mode && asan memory check #139

Open heysion opened 2 years ago

heysion commented 2 years ago

need libasan library

cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_DEBUG_ASAN=ON
make -j1

check binary

ldd ibus-engine-rime | grep -i asan
    libasan.so.5 => /lib/x86_64-linux-gnu/libasan.so.5 (0x00007f23f38cf000)