Skip to content

Commit

Permalink
modified: common.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
jaideraao committed Jul 29, 2023
1 parent 48063ba commit d0bb122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mcpuflags := -mthumb -mcpu=$(mcpu)
cflags := $(mcpuflags) -D$(target) \
-std=$(cstd) $(incpath) -O$(cdebug) \
-pipe \
-ffunction-sections -fdata-sections \
-ffunction-sections -fdata-sections -ffreestanding \
-Wall -Wextra -Werror

ifeq ($(cdebug),g)
Expand Down

0 comments on commit d0bb122

Please sign in to comment.