[ox/std] Add a form of small string and small vector optimization

This commit is contained in:
2021-05-28 02:46:09 -05:00
parent b36cd1694b
commit 1df1e3809f
8 changed files with 421 additions and 283 deletions

View File

@@ -12,6 +12,7 @@ endif()
target_compile_definitions(
OxTraceHook PUBLIC
$<$<BOOL:${OX_BARE_METAL}>:OX_BARE_METAL>
$<$<BOOL:${OX_USE_STDLIB}>:OX_USE_STDLIB>
$<$<BOOL:${OX_NODEBUG}>:OX_NODEBUG>
)