Release candidate (3.7.0) (#2136)

* Release candidate (3.7.0)

* some extra comments.
This commit is contained in:
Daniel Lemire
2024-02-23 16:50:55 -05:00
committed by GitHub
parent dabac13dde
commit e510ed2774
17 changed files with 1871 additions and 111 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ fi
# Different levels may uncover different types of bugs, see this interesting
# thread: https://github.com/google/oss-fuzz/issues/2295#issuecomment-481493392
# Oss-fuzz uses -O1 so it may be relevant to use something else than that,
# to do something oss-fuzz doesn't.
# to do something oss-fuzz does not do.
variant=sanitizers-O3
if [ ! -d build-$variant ] ; then