make/Defs-internal.gmk

Print this page

        

@@ -210,11 +210,11 @@
 # Select defaults if these are not set to true or false
 ifndef SKIP_DEBUG_BUILD
   SKIP_DEBUG_BUILD=true
 endif
 ifndef SKIP_FASTDEBUG_BUILD
-  SKIP_FASTDEBUG_BUILD=false
+  SKIP_FASTDEBUG_BUILD=true
 endif
 
 # Select javadoc setting GENERATE_DOCS
 ifndef NO_DOCS
   # Default value (we want javadoc run)