mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-13 13:29:50 +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:
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user