Skip to content

Commit

Permalink
🐛 Add back debug symbols to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed May 10, 2024
1 parent 8e13fec commit 3bca7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmake/build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ function(libhal_unit_test)
-Wshadow
-Wnon-virtual-dtor
-Wno-gnu-statement-expression
-pedantic)
-pedantic
-g)

target_link_options(unit_test PRIVATE
--coverage
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class libhal_cmake_util_conan(ConanFile):
name = "libhal-cmake-util"
version = "4.1.1"
version = "4.1.2"
license = "Apache-2.0"
homepage = "https://libhal.github.io/libhal-armcortex"
description = ("A collection of CMake scripts for ARM Cortex ")
Expand Down

0 comments on commit 3bca7b2

Please sign in to comment.