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 3318482 commit 7c6e472Copy full SHA for 7c6e472
projects/woff2/build.sh
@@ -21,6 +21,11 @@ cat brotli/shared.mk | sed -e "s/-no-canonical-prefixes//" \
21
> brotli/shared.mk.temp
22
mv brotli/shared.mk.temp brotli/shared.mk
23
24
+if [ "$SANITIZER" == "introspector" ]; then
25
+ # Modify AR flags as "f" is not a valid option to llvm-ar.
26
+ sed -i 's/crf/cr/g' Makefile
27
+fi
28
+
29
# woff2 uses LFLAGS instead of LDFLAGS.
30
make clean
31
make CC="$CC $CFLAGS" CXX="$CXX $CXXFLAGS" CANONICAL_PREFIXES= all \
0 commit comments