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