Skip to content

Commit

Permalink
default.cmake: Enable C++ magic memory module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 11, 2024
1 parent 8cd77b5 commit a45606d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enable_ulab()
endif()

# C++ Magic Memory
# include(cppmem/micropython)
include(cppmem/micropython)

# Disable build-busting C++ exceptions
include(micropython-disable-exceptions)

0 comments on commit a45606d

Please sign in to comment.