Add memory allocation API with templated C++ delegates & minor fixups #1123

Closed
KitsuneAlex wants to merge 5 commits from main into main
3 changed files with 85 additions and 15 deletions
Showing only changes of commit 38344bc0d3 - Show all commits

View File

@@ -14,6 +14,7 @@ add_compile_options(
-fvisibility=hidden -fvisibility=hidden
-ffunction-sections -ffunction-sections
-fdata-sections -fdata-sections
-fPIC
-Wall -Wall
-std=c++11) -std=c++11)