Fix tls-model exposure to other modules
The flag was propagated to other modules that depend on it.
This commit is contained in:
parent
5005facfb1
commit
247e558ffa
@ -83,7 +83,7 @@ endif()
|
||||
|
||||
# Using initial-exec instead of the default global-dynamic tls-model
|
||||
# reduces the cost of using thread-local variables in dynamic libraries.
|
||||
target_compile_options(maxscale-common PUBLIC "-ftls-model=initial-exec")
|
||||
target_compile_options(maxscale-common PRIVATE "-ftls-model=initial-exec")
|
||||
|
||||
add_dependencies(maxscale-common pcre2 connector-c libmicrohttpd jansson maxbase)
|
||||
set_target_properties(maxscale-common PROPERTIES VERSION "1.0.0")
|
||||
|
Loading…
x
Reference in New Issue
Block a user