Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1373 - trunk


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1373 - trunk
  • Date: Tue, 8 May 2007 15:07:15 -0600 (MDT)

Author: bigler
Date: Tue May  8 15:07:14 2007
New Revision: 1373

Modified:
   trunk/CMakeLists.txt
Log:

Turn on all warnings for all levels of optimizations.


Modified: trunk/CMakeLists.txt
==============================================================================
--- trunk/CMakeLists.txt        (original)
+++ trunk/CMakeLists.txt        Tue May  8 15:07:14 2007
@@ -60,6 +60,8 @@
 
 ## We need SCI_NOPERSISTENT to be defined
 FORCE_ADD_CXX_FLAGS("-DSCI_NOPERSISTENT")
+## Steve wants all the warnings turned on.
+FORCE_ADD_CXX_FLAGS("-Wall")
 
 SET(USE_STATS_COLLECTOR 0 CACHE BOOL "Enable stats collection")
 




  • [MANTA] r1373 - trunk, bigler, 05/08/2007

Archive powered by MHonArc 2.6.16.

Top of page