Skip to content
Snippets Groups Projects
Commit 0b30075f authored by Benedikt Hegner's avatar Benedikt Hegner
Browse files

Add support for +cov optimization subtype

See merge request !519
parents 7485e90f d55fb413
No related branches found
No related tags found
1 merge request!519Add support for +cov optimization subtype
Pipeline #
......@@ -140,6 +140,8 @@ foreach(_subtype ${BINARY_TAG_SUBTYPE})
#message(STATUS "setting _opt_level_${_up_bt} -> ${_opt_level_${_up_bt}}")
elseif(_subtype STREQUAL "g")
set(_opt_ext_${_up_bt} "${_opt_ext_${_up_bt}} -g")
elseif(_subtype STREQUAL "cov")
set(_opt_ext_${_up_bt} "${_opt_ext_${_up_bt}} --coverage")
endif()
endforeach()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment