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 2c5dfe5 commit ee82820Copy full SHA for ee82820
fuzz/build.sh
@@ -2,8 +2,8 @@
2
3
cd $SRC/ada-url
4
5
-cmake -B build
6
-cmake --build build -j$(nproc) --target singleheader-files
+mkdir build
+AMALGAMATE_OUTPUT_PATH=./build/singleheader python3 singleheader/amalgamate.py
7
8
$CXX $CFLAGS $CXXFLAGS \
9
-std=c++17 \
0 commit comments