Skip to content
Snippets Groups Projects
Commit 40abd207 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Makefile.am: turn -Werror back on

parent ed4e1efc
Branches
Tags
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -18,7 +18,7 @@
V ?= 0
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = --std=c99 -D_GNU_SOURCE -Wall
AM_CFLAGS = --std=c99 -D_GNU_SOURCE -Wall -Werror
bin_PROGRAMS = elf-dump print-libstubs
lib_LTLIBRARIES = libcapsule.la
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment