Skip to content

Commit

Permalink
Merge pull request #61 from pantavisor/fix/remove-extra-debug
Browse files Browse the repository at this point in the history
Remove extra debug
  • Loading branch information
anibalportero authored Dec 9, 2024
2 parents 78134eb + b6a5499 commit 6196db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-pv/pantavisor/pantavisor_019.bb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EXTRA_OECMAKE += "${@bb.utils.contains('PANTAVISOR_FEATURES', 'dm-crypt', '-DPAN
EXTRA_OECMAKE += "${@bb.utils.contains('PANTAVISOR_FEATURES', 'dm-verity', '-DPANTAVISOR_DM_VERITY=ON', '', d)}"
EXTRA_OECMAKE += "-DPANTAVISOR_PVS_SKIP_INSTALL=ON"

OECMAKE_C_FLAGS += "-Wno-unused-result -ldl -DPANTAVISOR_DEBUG=ON"
OECMAKE_C_FLAGS += "-Wno-unused-result -ldl"

CMAKE_BINARY_DIR = "${S}"

Expand Down

0 comments on commit 6196db5

Please sign in to comment.