We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe0db3f + 430a3ba commit 19b33abCopy full SHA for 19b33ab
lib/prodigal/CMakeLists.txt
@@ -15,4 +15,5 @@ add_library(prodigal
15
training.cpp
16
training.h)
17
18
+set_source_files_properties(training.cpp PROPERTIES COMPILE_OPTIONS "-O0")
19
set_target_properties(prodigal PROPERTIES COMPILE_FLAGS "${MMSEQS_CXX_FLAGS} -w" LINK_FLAGS "${MMSEQS_CXX_FLAGS} -w")
0 commit comments