0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-23 20:38:20 +02:00

matrix: Switch to local-dynamic tls-model for lib.

This commit is contained in:
Jason Volk 2019-10-05 20:21:24 -07:00
parent a9dbc68191
commit 82cd48752d

View file

@ -6,7 +6,7 @@ DEFS += \
###
AM_CXXFLAGS = \
-ftls-model=global-dynamic \
-ftls-model=local-dynamic \
@EXTRA_CXXFLAGS@ \
###