Revision 00843891 modules/NUCLEO-F103RB/Makefile

View differences:

modules/NUCLEO-F103RB/Makefile
30 30

  
31 31
# Compiler options here.
32 32
ifeq ($(USE_OPT),)
33
  USE_OPT = -O2 -fomit-frame-pointer -falign-functions=16 -fstack-usage
33
  USE_OPT = -O2 -fstack-usage
34 34
endif
35 35

  
36 36
# C specific options here (added to USE_OPT).

Also available in: Unified diff