Skip to content

Commit

Permalink
Merge pull request #64 from jaebeom-kim/master
Browse files Browse the repository at this point in the history
Trying to fix bioconda build error
  • Loading branch information
jaebeom-kim committed Apr 18, 2024
2 parents fe0db3f + 430a3ba commit 19b33ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/prodigal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ add_library(prodigal
training.cpp
training.h)

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

0 comments on commit 19b33ab

Please sign in to comment.