mirror of
https://github.com/labwc/labwc.git
synced 2026-03-23 05:34:52 -04: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
|
|
|
|
|