Skip to content
Snippets Groups Projects
Commit 64a41d61 authored by Dmitry Gerasimov's avatar Dmitry Gerasimov
Browse files

[*] Flat namespace for DARWIN

parent e510490e
No related branches found
No related tags found
1 merge request!897hotfix-6925
Pipeline #18071 passed with stage
in 26 seconds
......@@ -100,7 +100,7 @@ if(UNIX)
endif()
elseif (DARWIN)
set(CCOPT_SYSTEM "-L/usr/local/lib -L/opt/homebrew/lib -I/opt/homebrew/include -I/usr/local/include")
set(LDOPT_SYSTEM "-L/usr/local/lib -L/opt/homebrew/lib -lintl")
set(LDOPT_SYSTEM "-L/usr/local/lib -L/opt/homebrew/lib -lintl -flat_namespace")
set(CCFLAGS_COMMON "-std=c11 -Wall -Wno-address-of-packed-member -Wno-unused-command-line-argument -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter")
if(DAP_DEBUG)
set(_CCOPT "${CCOPT_SYSTEM} -DDAP_DEBUG ${CCFLAGS_COMMON} -g3 -ggdb -fno-eliminate-unused-debug-symbols -fno-strict-aliasing")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment