mirror of
https://github.com/matrix-construct/construct
synced 2024-11-10 12:01:15 +01:00
Define an indicator for all libircd implementation compilation units.
This commit is contained in:
parent
3060bc2941
commit
7783e1f6ee
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
DEFS += \
|
||||
-DIRCD_UNIT \
|
||||
###
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
-ftls-model=initial-exec \
|
||||
@EXTRA_CXXFLAGS@ \
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
# IRCd Modules
|
||||
#
|
||||
|
||||
DEFS += \
|
||||
-DIRCD_UNIT \
|
||||
###
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
-ftls-model=global-dynamic \
|
||||
@EXTRA_CXXFLAGS@ \
|
||||
|
|
Loading…
Reference in a new issue