We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304b130 commit 57582bbCopy full SHA for 57582bb
bootstrap
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+
3
+cmake \
4
+ -D ASAN=1 \
5
+ -B build
6
7
+cmake --build build && build/labwc-tweaks
0 commit comments