Skip to content

Commit

Permalink
move to gnu99
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryyoung committed May 6, 2016
1 parent bebe0ce commit 52678cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TARGET = es_tests
LIBS = -lm -lcunit -luuid -lprotobuf-c
CC = gcc
CFLAGS = -g -std=c99 -Wall
CFLAGS = -g -std=gnu99 -Wall

.PHONY: all clean test default valgrind

Expand Down

0 comments on commit 52678cd

Please sign in to comment.