mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 09:53:02 +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.c \
|
||||||
$(top_srcdir)/src/misc_tools.h
|
$(top_srcdir)/src/misc_tools.h
|
||||||
|
|
||||||
toxic_CFLAGS = -Werror \
|
toxic_CFLAGS = -I$(top_srcdir) \
|
||||||
-I$(top_srcdir) \
|
|
||||||
$(NCURSES_CFLAGS) \
|
$(NCURSES_CFLAGS) \
|
||||||
$(LIBSODIUM_CFLAGS) \
|
$(LIBSODIUM_CFLAGS) \
|
||||||
$(LIBTOXCORE_CFLAGS)
|
$(LIBTOXCORE_CFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user