mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
6 lines
81 B
Text
6 lines
81 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
LSAN_OPTIONS=suppressions=tools/asan_suppressions.txt ./build/labwc
|
||
|
|
|
||
|
|
|