blob: 222396073e0ddc761d26592b845ceefa4e6e8e8b [file] [log] [blame]
list(APPEND CPPFLAGS -DTORONTO)
list(APPEND LDFLAGS -lm)
if(LARGE_PROBLEM_SIZE)
set(RUN_OPTIONS 3000000)
else()
set(RUN_OPTIONS 700000)
endif()
llvm_multisource(bisort)