Commit fd9f32ba authored by Serge A. Zaitsev's avatar Serge A. Zaitsev

added c99 standard and pedantic flag

parent 8a49d742
...@@ -10,7 +10,7 @@ else ifeq ($(shell uname -s),Darwin) ...@@ -10,7 +10,7 @@ else ifeq ($(shell uname -s),Darwin)
endif endif
CFLAGS := -g -Wall $(TRAY_CFLAGS) -Wall -Wextra CFLAGS := -g -Wall $(TRAY_CFLAGS) -Wall -Wextra -std=c99 -pedantic
LDFLAGS := -g $(TRAY_LDFLAGS) LDFLAGS := -g $(TRAY_LDFLAGS)
all: example all: example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment