We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8df73 commit 9aa2938Copy full SHA for 9aa2938
1 file changed
scripts/sanitizers-test.sh
@@ -90,6 +90,9 @@ SANITIZER_LDFLAGS="$SANITIZER_FLAGS"
90
# Build the sanitizer-instrumented memory test
91
echo -e "\n${YELLOW}Building memory-test with $SANITIZER_NAME...${NC}"
92
93
+# Ensure dist directory exists
94
+mkdir -p "$ROOT_DIR/dist"
95
+
96
$CC $SANITIZER_CFLAGS \
97
-fvisibility=hidden \
98
-I"$ROOT_DIR/vendor/" -I"$ROOT_DIR/" \
0 commit comments