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
When I compile with gcc 7.3.0, it is normal. The compilation command is as follows:
cmake -H. -DCMAKE_BUILD_TYPE=Release -Bbuild
cmake --build build -- -j 2
When I compile with BiSheng Compiler 2.1.0.B010 clang version 12.0.0, an error is prompted. The compilation command is as follows:
CC=clang CXX=clang++ FC=flang cmake -H. -DCMAKE_BUILD_TYPE=Release -Bbuild
cmake --build build -- -j 2
I want to compile seqwish with clang compiler,please help me.
Thank you very much.
The text was updated successfully, but these errors were encountered:
When I compile with gcc 7.3.0, it is normal. The compilation command is as follows:
cmake -H. -DCMAKE_BUILD_TYPE=Release -Bbuild
cmake --build build -- -j 2
When I compile with BiSheng Compiler 2.1.0.B010 clang version 12.0.0, an error is prompted. The compilation command is as follows:
CC=clang CXX=clang++ FC=flang cmake -H. -DCMAKE_BUILD_TYPE=Release -Bbuild
cmake --build build -- -j 2
I want to compile seqwish with clang compiler,please help me.
Thank you very much.
The text was updated successfully, but these errors were encountered: