Browse Source

Added -Werror to build flags

main
Titouan Rigoudy 11 years ago
parent
commit
72ea098c7f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -1,6 +1,6 @@
CC=`which gcc`
CPPFLAGS=-DYA_DEBUG
CFLAGS=--std=c11 -ggdb
CFLAGS=--std=c11 -ggdb -Werror
all: yatest


Loading…
Cancel
Save