projects
/
lra-as-sensor
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db8c67
)
makefile: optimize for size
author
Robin Krens
<robin@robinkrens.nl>
Wed, 18 May 2022 17:31:56 +0000
(19:31 +0200)
committer
Robin Krens
<robin@robinkrens.nl>
Wed, 18 May 2022 17:31:56 +0000
(19:31 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
9abe973
..
1ddb793
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-13,7
+13,7
@@
AVRSIZE = avr-size
AVRDUDE = avrdude
CPPFLAGS = -DF_CPU=$(F_CPU) -DBAUD=$(BAUD) -I.
-CFLAGS = -O -g -Wall
+CFLAGS = -O
s
-g -Wall
CFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
LDFLAGS = -Wl,-Map,hbc.map