mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 23:44:01 +01:00
matrix/Makefile.am: Minor cleanup.
This commit is contained in:
parent
ca147df40f
commit
43cabd52d5
1 changed files with 10 additions and 10 deletions
|
@ -9,16 +9,6 @@ AM_CXXFLAGS = \
|
||||||
@EXTRA_CXXFLAGS@ \
|
@EXTRA_CXXFLAGS@ \
|
||||||
###
|
###
|
||||||
|
|
||||||
if GCC
|
|
||||||
AM_CXXFLAGS += -ftls-model=local-dynamic
|
|
||||||
endif
|
|
||||||
|
|
||||||
if DEBUG
|
|
||||||
if GCC
|
|
||||||
AM_CXXFLAGS += -fmax-errors=3
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/include \
|
-I$(top_srcdir)/include \
|
||||||
-include ircd/matrix.pic.h \
|
-include ircd/matrix.pic.h \
|
||||||
|
@ -41,6 +31,16 @@ AM_LIBS = \
|
||||||
-lircd \
|
-lircd \
|
||||||
###
|
###
|
||||||
|
|
||||||
|
if GCC
|
||||||
|
AM_CXXFLAGS += -ftls-model=local-dynamic
|
||||||
|
endif
|
||||||
|
|
||||||
|
if DEBUG
|
||||||
|
if GCC
|
||||||
|
AM_CXXFLAGS += -fmax-errors=3
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
if MINGW
|
if MINGW
|
||||||
AM_LDFLAGS += \
|
AM_LDFLAGS += \
|
||||||
-Wl,--enable-runtime-pseudo-reloc \
|
-Wl,--enable-runtime-pseudo-reloc \
|
||||||
|
|
Loading…
Reference in a new issue