Closed AndreaGuarracino closed 1 year ago
WFA2lib compiled standalone does not require -fPIE
. I tried using the following:
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
I don't understand why we have to build PIC
or PIE
. Moreover, wfmash should trigger cmake build, not makefile build. There is something I don't fully understand.
The cstdint inclusion is fair.
Thanks,
With
I need to add
-fPIE
inCC_FLAGS
, else I getThis is not needed with
gcc
13.1.0, but I suppose having such a flag, in any case, would not hurt.What do you think?