1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Merge pull request #645 from AndersHoglund/linker_wchar_warnings

Ignore linker wchar size warnings.
This commit is contained in:
Martin Budden 2016-07-02 08:35:42 +01:00 committed by GitHub
commit 4a5426668e

View file

@ -600,6 +600,7 @@ LDFLAGS = -lm \
-Wl,-gc-sections,-Map,$(TARGET_MAP) \
-Wl,-L$(LINKER_DIR) \
-Wl,--cref \
-Wl,--no-wchar-size-warning \
-T$(LD_SCRIPT)
###############################################################################