diff options
Diffstat (limited to 'cmake/compiler/clang')
| -rw-r--r-- | cmake/compiler/clang/settings.cmake | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/compiler/clang/settings.cmake b/cmake/compiler/clang/settings.cmake index 5ccacbf9888..fd690d2405b 100644 --- a/cmake/compiler/clang/settings.cmake +++ b/cmake/compiler/clang/settings.cmake @@ -32,10 +32,6 @@ target_compile_options(trinity-compile-option-interface      -Wno-narrowing      -Wno-deprecated-register) -target_compile_definitions(trinity-compile-option-interface -  INTERFACE -    -DDEBUG=1) -  if (BUILD_SHARED_LIBS)    # -fPIC is needed to allow static linking in shared libs.    # -fvisibility=hidden sets the default visibility to hidden to prevent exporting of all symbols.  | 
