Skip to content

Instantly share code, notes, and snippets.

@wdwalker
Created March 11, 2017 15:54
Show Gist options
  • Save wdwalker/f6f77ab71bbf6dede9c82e69d31cb383 to your computer and use it in GitHub Desktop.
Save wdwalker/f6f77ab71bbf6dede9c82e69d31cb383 to your computer and use it in GitHub Desktop.
Other Flags
# https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/Diagnostic-Message-Formatting-Options.html
# https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/C-Dialect-Options.html#C-Dialect-Options
# https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/Code-Gen-Options.html
ASFLAGS = \
$(ARM_FLAGS) \
$(WARNING_FLAGS) \
-fmessage-length=0 \
$(OPTIMIZE) \
-ffunction-sections \
-fdata-sections \
-fno-inline-functions \
-ffreestanding \
-fsigned-char \
-fno-common \
--specs=nano.specs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment