diff options
| author | Selene ToyKeeper | 2018-08-22 23:47:46 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-08-22 23:47:46 -0600 |
| commit | e417f82a1f4cb5e738cd1cf71c81ab73d84b1902 (patch) | |
| tree | 750f9763d723a443fcb008f5fa925e309ab1e33e /bin/build-25.sh | |
| parent | merged from trunk (diff) | |
| parent | merged in zeroflow's fixes and my related changes: (diff) | |
| download | anduril-e417f82a1f4cb5e738cd1cf71c81ab73d84b1902.tar.gz anduril-e417f82a1f4cb5e738cd1cf71c81ab73d84b1902.tar.bz2 anduril-e417f82a1f4cb5e738cd1cf71c81ab73d84b1902.zip | |
merged trunk, including zeroflow's fixes and my related changes
Diffstat (limited to 'bin/build-25.sh')
| -rwxr-xr-x | bin/build-25.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-25.sh b/bin/build-25.sh index 2be8269..a775a0f 100755 --- a/bin/build-25.sh +++ b/bin/build-25.sh @@ -8,7 +8,7 @@ export ATTINY=25 export MCU=attiny$ATTINY export CC=avr-gcc export OBJCOPY=avr-objcopy -export CFLAGS="-Wall -g -Os -mmcu=$MCU -c -std=gnu99 -DATTINY=$ATTINY -I.. -I../.. -I../../.." +export CFLAGS="-Wall -g -Os -mmcu=$MCU -c -std=gnu99 -DATTINY=$ATTINY -I.. -I../.. -I../../.. -fshort-enums" export OFLAGS="-Wall -g -Os -mmcu=$MCU" export LDFLAGS= export OBJCOPYFLAGS='--set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O ihex' |
