Skip to content

Commit

Permalink
Enable garbage collection for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeratec committed Dec 13, 2024
1 parent 43458ff commit 37d16e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions tests/chimera-host/host/returnZero/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ target_compile_options(${TEST_NAME}_host
-fdata-sections
)

# target_link_options(${TEST_NAME}
# PUBLIC
# -Wl,--print-memory-usage
# -Wl,--print-gc-sections
# -Wl,--gc-sections
# )
target_link_options(${TEST_NAME}
PUBLIC
-Wl,--print-memory-usage
-Wl,--print-gc-sections
-Wl,--gc-sections
)

12 changes: 6 additions & 6 deletions tests/chimera-open/snitchCluster/simpleOffload/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ target_compile_options(${TEST_NAME}_cluster
-fdata-sections
)

# target_link_options(${TEST_NAME}
# PUBLIC
# -Wl,--print-memory-usage
# -Wl,--print-gc-sections
# -Wl,--gc-sections
# )
target_link_options(${TEST_NAME}
PUBLIC
-Wl,--print-memory-usage
-Wl,--print-gc-sections
-Wl,--gc-sections
)

0 comments on commit 37d16e0

Please sign in to comment.