Watch
0
0
Fork
You've already forked klingel
0
mirror of synced 2026-09-08 05:40:06 +02:00

Fix Makefile for old gccs

This commit is contained in:
jaseg 2016-10-18 22:36:12 +02:00
commit f090d7a268

View file

@ -6,7 +6,7 @@
F_CPU = 16000000
DEVICE = atmega168
CFLAGS = -g2 -mmcu=$(DEVICE) -DF_CPU=$(F_CPU)
CFLAGS = -g2 -mmcu=$(DEVICE) -DF_CPU=$(F_CPU) -std=c99
CFLAGS+= -Os -ffunction-sections -fdata-sections -fpack-struct -fno-move-loop-invariants -fno-tree-scev-cprop -fno-inline-small-functions
CFLAGS+= -Wall -Wno-pointer-to-int-cast
#CFLAGS+= -Wa,-ahls=$<.lst