diff options
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS = -Wall -Werror -Wpedantic -O2 -std=gnu11 +CFLAGS = -Wall -Wextra -Wpedantic -O2 -std=gnu11 PREFIX = /usr BINDIR = /bin |
index : c-stuff | ||
Wide assortment of random c snippets, tests and tools which don't deserve their own repository. | Tomasz Kramkowski <tomasz@kramkow.ski> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | makefile | 2 |
@@ -1,4 +1,4 @@ -CFLAGS = -Wall -Werror -Wpedantic -O2 -std=gnu11 +CFLAGS = -Wall -Wextra -Wpedantic -O2 -std=gnu11 PREFIX = /usr BINDIR = /bin |