Skip to content

Commit

Permalink
code coverage try at regular optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jan 9, 2017
1 parent a313834 commit 0b7cf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/common/px4_base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ function(px4_add_common_flags)

# code coverage
if ($ENV{PX4_CODE_COVERAGE} MATCHES "1")
set(max_optimization -O0)
#set(max_optimization -O0)
endif()

set(c_warnings
Expand Down

0 comments on commit 0b7cf1f

Please sign in to comment.