mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-12 23:33:03 +01:00
Werror was a bad idea
This commit is contained in:
parent
94bd68856d
commit
677f57699f
@ -23,8 +23,7 @@ toxic_SOURCES = $(top_srcdir)/src/main.c \
|
||||
$(top_srcdir)/src/misc_tools.c \
|
||||
$(top_srcdir)/src/misc_tools.h
|
||||
|
||||
toxic_CFLAGS = -Werror \
|
||||
-I$(top_srcdir) \
|
||||
toxic_CFLAGS = -I$(top_srcdir) \
|
||||
$(NCURSES_CFLAGS) \
|
||||
$(LIBSODIUM_CFLAGS) \
|
||||
$(LIBTOXCORE_CFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user