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.
2 parents 1cc6cf5 + b2535ce commit 157deaeCopy full SHA for 157deae
fuzz/build.sh
@@ -5,4 +5,8 @@ $CXX $CFLAGS $CXXFLAGS \
5
-c $SRC/fast_float/fuzz/from_chars.cc -o from_chars.o
6
7
$CXX $CFLAGS $CXXFLAGS $LIB_FUZZING_ENGINE from_chars.o \
8
- -o $OUT/from_chars
+ -o $OUT/from_chars
9
+
10
+# Build unit tests
11
+cmake -DFASTFLOAT_TEST=ON -DCMAKE_EXE_LINKER_FLAGS="-lpthread"
12
+make
0 commit comments