build failure on ubuntu20.04 gcc 9.4.0:relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
I compiled it as follows: 1) git clone --recursive https://github.com/DynamoRIO/dynamorio.git 2)cd dynamorio && mkdir build && cd build 3)cmake .. 4) make but i get a error about: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
And then i try to add "-no-pie" and "fPIE" in "BASE_CXXONLY_FLAGS" of CMakeLists.txt, but it can't help