1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

mjs: minor fixes (#3442)

* lib: mjs: removed relocation flags

* js: fixed api example script

* js: private api cleanup

* Updated CODEOWNERS & readme for apps
This commit is contained in:
hedger
2024-02-12 14:16:58 +00:00
committed by GitHub
parent 0154018363
commit c8e62ba5e8
5 changed files with 8 additions and 9 deletions

View File

@@ -21,9 +21,6 @@ libenv.ApplyLibFlags()
libenv.AppendUnique(
CCFLAGS=[
# Required for lib to be linkable with .faps
"-mword-relocations",
"-mlong-calls",
"-Wno-redundant-decls",
"-Wno-unused-function",
],