Skip to content

Commit

Permalink
Don’t use -Werror
Browse files Browse the repository at this point in the history
It's a bit draconian and error-prone, as it is bound to cause failures
with new or different compilers such as clang.
  • Loading branch information
vslavik committed Jun 12, 2020
1 parent c227649 commit 73c6ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signus/src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

AM_CPPFLAGS = -ansi -pedantic -Wall -Werror -I. -I$(srcdir)/ai -I$(top_srcdir)/iniparser/src \
AM_CPPFLAGS = -ansi -pedantic -Wall -I. -I$(srcdir)/ai -I$(top_srcdir)/iniparser/src \
-I$(top_srcdir)/sdlimage -fsanitize=address -fstack-protector -fsanitize=undefined

AM_LDFLAGS = -fsanitize=address -fstack-protector -fsanitize=undefined
Expand Down

0 comments on commit 73c6ecb

Please sign in to comment.