Skip to content

Commit

Permalink
Stop passing -fshort-wchar
Browse files Browse the repository at this point in the history
This is no longer necessary now that we no longer use wchar_t.

Signed-off-by: Peter Collingbourne <[email protected]>
  • Loading branch information
pcc committed Feb 7, 2023
1 parent b7d7fbf commit d40fbd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion records/tools/armclang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ tool_specific:
- -ffunction-sections
- -fno-builtin
- -fshort-enums
- -fshort-wchar
- -funsigned-char
- -masm=auto
- -nostdlib
Expand Down
1 change: 0 additions & 1 deletion records/tools/gcc_arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ tool_specific:
- -ffunction-sections
- -fdata-sections
- -std=gnu11
- -fshort-wchar
- -fno-common
- -ffreestanding
- -fverbose-asm
Expand Down

0 comments on commit d40fbd4

Please sign in to comment.