0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-18 09:58:22 +02:00

Define an indicator for all libircd implementation compilation units.

This commit is contained in:
Jason Volk 2019-05-27 17:05:07 -07:00
parent 3060bc2941
commit 7783e1f6ee
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,9 @@
AUTOMAKE_OPTIONS = foreign
DEFS += \
-DIRCD_UNIT \
###
AM_CXXFLAGS = \
-ftls-model=initial-exec \
@EXTRA_CXXFLAGS@ \

View file

@ -3,6 +3,10 @@
# IRCd Modules
#
DEFS += \
-DIRCD_UNIT \
###
AM_CXXFLAGS = \
-ftls-model=global-dynamic \
@EXTRA_CXXFLAGS@ \