Skip to content

Commit 19b33ab

Browse files
authored
Merge pull request #64 from jaebeom-kim/master
Trying to fix bioconda build error
2 parents fe0db3f + 430a3ba commit 19b33ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/prodigal/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ add_library(prodigal
1515
training.cpp
1616
training.h)
1717

18+
set_source_files_properties(training.cpp PROPERTIES COMPILE_OPTIONS "-O0")
1819
set_target_properties(prodigal PROPERTIES COMPILE_FLAGS "${MMSEQS_CXX_FLAGS} -w" LINK_FLAGS "${MMSEQS_CXX_FLAGS} -w")

0 commit comments

Comments
 (0)