File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 "hidden" : true ,
3737 "cacheVariables" : {
3838 "CMAKE_BUILD_TYPE" : " Debug" ,
39- "CMAKE_C_FLAGS" : " $env{CMAKE_C_FLAGS} -Og -g --coverage -fprofile-update=atomic" ,
40- "CMAKE_CXX_FLAGS" : " $env{CMAKE_CXX_FLAGS} -Og -g --coverage -fprofile-update=atomic"
39+ "CMAKE_C_FLAGS" : " $env{CMAKE_C_FLAGS} -Og -g1 --coverage -fprofile-update=atomic" ,
40+ "CMAKE_CXX_FLAGS" : " $env{CMAKE_CXX_FLAGS} -Og -g1 --coverage -fprofile-update=atomic"
4141 }
4242 },
4343 {
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ main()
359359 msg_verbose " *** Build config specified, calculating flags..."
360360
361361 if [[ " ${BUILD_CONFIG} " == " debug" ]]; then
362- BUILD_FLAGS=" -Og -g "
362+ BUILD_FLAGS=" -Og -g1 "
363363 elif [[ " ${BUILD_CONFIG} " == " release" ]]; then
364364 BUILD_FLAGS=" -O3"
365365 fi
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ main()
375375 msg_verbose " *** Build config specified, calculating flags..."
376376
377377 if [[ " ${BUILD_CONFIG} " == " debug" ]]; then
378- BUILD_FLAGS=" -Og -g "
378+ BUILD_FLAGS=" -Og -g1 "
379379 elif [[ " ${BUILD_CONFIG} " == " release" ]]; then
380380 BUILD_FLAGS=" -O3"
381381 fi
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ main()
361361 msg_verbose " *** Build config specified, calculating flags..."
362362
363363 if [[ " ${BUILD_CONFIG} " == " debug" ]]; then
364- BUILD_FLAGS=" -Og -g "
364+ BUILD_FLAGS=" -Og -g1 "
365365 elif [[ " ${BUILD_CONFIG} " == " release" ]]; then
366366 BUILD_FLAGS=" -O3"
367367 fi
Original file line number Diff line number Diff line change 1717 <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
1818 <FunctionLevelLinking >true</FunctionLevelLinking >
1919 <IntrinsicFunctions >true</IntrinsicFunctions >
20+ <!-- Inline explicit-inline functions so header-inline template accessors
21+ are not emitted out-of-line in every TU (debug .lib image size). -->
22+ <InlineFunctionExpansion >OnlyExplicitInline</InlineFunctionExpansion >
2023 <Optimization >Disabled</Optimization >
2124 <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
2225 </ClCompile >
You can’t perform that action at this time.
0 commit comments