Revision: 75648
          http://sourceforge.net/p/brlcad/code/75648
Author:   brlcad
Date:     2020-04-30 05:22:19 +0000 (Thu, 30 Apr 2020)
Log Message:
-----------
check for the fuzzer flag

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2020-04-30 05:09:05 UTC (rev 75647)
+++ brlcad/trunk/CMakeLists.txt 2020-04-30 05:22:19 UTC (rev 75648)
@@ -1720,6 +1720,8 @@
 # needs to be increased from the default ANSI minimum of 17.
 CHECK_CXX_FLAG(ftemplate-depth-128)
 
+# check for llvm libFuzzer support
+CHECK_CXX_FLAG(fsanitize=fuzzer)
 
 # dynamic SSE optimizations for NURBS processing
 #

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to