Revision: 56737
http://sourceforge.net/p/brlcad/code/56737
Author: brlcad
Date: 2013-08-10 05:45:57 +0000 (Sat, 10 Aug 2013)
Log Message:
-----------
no longer need NO_BADRAY_CHECKING
Modified Paths:
--------------
brlcad/trunk/CMakeLists.txt
brlcad/trunk/src/rt/main.c
Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2013-08-10 05:43:01 UTC (rev 56736)
+++ brlcad/trunk/CMakeLists.txt 2013-08-10 05:45:57 UTC (rev 56737)
@@ -1139,9 +1139,7 @@
CONFIG_H_APPEND(BRLCAD "#define NO_BOMBING_MACROS 1\n")
CONFIG_H_APPEND(BRLCAD "/*Define to not perform magic number checking */\n")
CONFIG_H_APPEND(BRLCAD "#define NO_MAGIC_CHECKING 1\n")
- CONFIG_H_APPEND(BRLCAD "/*Define to not check for divide by zero during ray
shots */\n")
- CONFIG_H_APPEND(BRLCAD "#define NO_BADRAY_CHECKING 1\n")
- CONFIG_H_APPEND(BRLCAD "/*Define to not provide run-time debug facilities
via rt_g.debug */\n")
+ CONFIG_H_APPEND(BRLCAD "/*Define to not provide run-time debug facilities
via RTG.debug */\n")
CONFIG_H_APPEND(BRLCAD "#define NO_DEBUG_CHECKING 1\n")
endif(NOT BRLCAD_ENABLE_RUNTIME_DEBUG)
Modified: brlcad/trunk/src/rt/main.c
===================================================================
--- brlcad/trunk/src/rt/main.c 2013-08-10 05:43:01 UTC (rev 56736)
+++ brlcad/trunk/src/rt/main.c 2013-08-10 05:45:57 UTC (rev 56737)
@@ -198,7 +198,7 @@
#if defined(DEBUG)
fprintf(stderr, "Compile-time debug symbols are available\n");
#endif
-#if defined(NO_BOMBING_MACROS) || defined(NO_MAGIC_CHECKING) ||
defined(NO_BADRAY_CHECKING) || defined(NO_DEBUG_CHECKING)
+#if defined(NO_BOMBING_MACROS) || defined(NO_MAGIC_CHECKING) ||
defined(NO_DEBUG_CHECKING)
fprintf(stderr, "WARNING: Run-time debugging is disabled and may enhance
performance\n");
#endif
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits