Skip to content

Commit eb02c3b

Browse files
committed
removed unjustified/unnecessary gcc compiler options
1 parent 5eb3829 commit eb02c3b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

avr-atmega328p.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
"pre-link-args": {
2020
"gcc": [
2121
"-mmcu=atmega328p",
22-
"-Wl,--as-needed,--print-memory-usage,--detailed-mem-usage",
23-
"-fpack-struct",
24-
"-fshort-enums",
25-
"-Wstack-usage=20",
26-
"-Wall","-Wextra","-fstack-usage"
22+
"-Wl,--as-needed"
2723
]
2824
},
2925
"target-c-int-width": "16",

0 commit comments

Comments
 (0)