author | Alberto Bertogli
<albertito@blitiri.com.ar> 2011-02-26 20:22:25 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2011-02-26 20:22:25 UTC |
parent | 897b36fa9041311b8c459e47acfd3057022defcf |
samples/Makefile | +1 | -1 |
diff --git a/samples/Makefile b/samples/Makefile index fd3d1f4..7248e73 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -1,5 +1,5 @@ -CFLAGS := -Wall -O3 -D_XOPEN_SOURCE=500 \ +CFLAGS := -Wall -std=c99 -pedantic -O3 -D_XOPEN_SOURCE=500 \ $(shell getconf LFS_CFLAGS 2>/dev/null) LIBS = -ljio