# If this is the root project, issue a project() command so that
# the Visual Studio generator will create an .sln file.
#set(CMAKE_CONFIGURATION_TYPES "Debug;RelWithAsserts;RelWithDebInfo" CACHE INTERNAL "Build configs")
- set(CMAKE_CONFIGURATION_TYPES "RelWithDebInfo" CACHE INTERNAL "Build configs")
+ set(CMAKE_CONFIGURATION_TYPES "Release" CACHE INTERNAL "Build configs")
project(Junction)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(JUNCTION_WITH_SAMPLES TRUE CACHE BOOL "Include all Junction samples in generated build system")
const char* kCrudeBenchmarkName = "JunctionMapCrude";
const size_t kGrampaMapSize = 20000;
-const size_t kGrampaPassCount = 30000;
+const size_t kGrampaPassCount = 60000;
const char* kGrampaBenchmarkName = "JunctionMapGrampa";
const size_t kLinearMapSize = 20000;