You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation is done with the default CC using CFLAGS: -Werror -std=c11 -D_DEFAULT_SOURCE=1 -D_GNU_SOURCE=1 -Wall -Wextra -O0 -g3 -fno-omit-frame-pointer.
However, I get a lot of duplicate symbol errors. The strange thing is that during linkage, MacOS invokes clang instead of cc. Could that be the root cause?
(I do not own any MacOS devices or VM, so can not reproduce locally.)
The text was updated successfully, but these errors were encountered:
I am trying to compile
nDPI
and linknDPId
against it.All of this is done within Github Actions: https://github.com/utoni/nDPId/actions/runs/7460017752/job/20297224832
Compilation is done with the default
CC
usingCFLAGS
:-Werror -std=c11 -D_DEFAULT_SOURCE=1 -D_GNU_SOURCE=1 -Wall -Wextra -O0 -g3 -fno-omit-frame-pointer
.However, I get a lot of duplicate symbol errors. The strange thing is that during linkage, MacOS invokes
clang
instead ofcc
. Could that be the root cause?(I do not own any MacOS devices or VM, so can not reproduce locally.)
The text was updated successfully, but these errors were encountered: