You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(BUILD_HIGH_RESOLUTION_WORLD_MAP"Compile the high resolution maps for geoplots"ON)
39
39
option(BUILD_FOR_DOCUMENTATION_IMAGES"Bypass wait() commands and save figures as .svg at destruction"OFF)
40
40
option(BUILD_EXPERIMENTAL_OPENGL_BACKEND"Compile target with the experimental OpenGL backend"OFF)
41
-
option(OPTIMIZE_RELEASE_CODE_BY_DEFAULT"Turn on optimization flags by default in Release"OFF)
42
41
option(BUILD_WITH_PEDANTIC_WARNINGS"Use pedantic warnings. This is useful for developers because many of these warnings will be in continuous integration anyway."OFF)
43
42
option(BUILD_WITH_UTF8"Accept utf-8 in MSVC by default."ON)
44
43
45
-
if (OPTIMIZE_RELEASE_CODE_BY_DEFAULT)
46
-
if (MSVC)
47
-
set(CMAKE_CXX_FLAGS_RELEASE"/O2")
48
-
else ()
49
-
set(CMAKE_CXX_FLAGS_RELEASE"-O2")
50
-
endif ()
51
-
endif ()
52
-
53
44
# Where to find dependencies
54
45
option(WITH_SYSTEM_CIMG"Use system-provided CImg.h instead of bundled"OFF)
55
46
option(WITH_SYSTEM_NODESOUP"Use system-provided nodesoup instead of bundled"OFF)
0 commit comments