Fix: add -fpermissive for constexpr reinterpret_cast in user_dictionary.h

This commit is contained in:
afiqzudinhadi 2026-06-22 22:48:14 +08:00
parent 181082ef91
commit efbebfd1d2

View file

@ -188,6 +188,8 @@ if(CONFIG_ZMK_JAVELIN_STENO)
-fno-exceptions
-fno-rtti
-fno-threadsafe-statics
-Wno-invalid-constexpr
-fpermissive
)
zephyr_library_compile_definitions(
JAVELIN_USE_EMBEDDED_STENO=1