Skip to content

Commit

Permalink
No more C99, using the default C89
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpitg committed Nov 7, 2013
1 parent 0b0c5e2 commit 1d34360
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 @@
#CFLAGS=-O2 -Wall -std=c99 -save-temps -Wshadow -fmudflap

CC = gcc
CFLAGS = -O2 -std=c99 -pipe
CFLAGS = -O2 -pipe

.PHONY: clean clean-src clean-test

Expand Down

0 comments on commit 1d34360

Please sign in to comment.