set(CMAKE_C_FLAGS_INIT"${shared_options}"CACHEINTERNAL"Initial options for C compiler.")
set(CMAKE_CXX_FLAGS_INIT"${shared_options}"CACHEINTERNAL"Initial options for C++ compiler.")
set(CMAKE_EXE_LINKER_FLAGS_INIT"-Wl,--gc-sections,--print-memory-usage,-Map=${PROJECT_BINARY_DIR}/${PROJECT_NAME}.map"CACHEINTERNAL"Initial options for executable linker.")