Advertisement
TheRealBazhen

Untitled

Mar 14th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. /usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/usr/bin/make -DCMAKE_C_COMPILER=/usr/bin/clang-8 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-8 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/usr/bin/make -DCMAKE_C_COMPILER=/usr/bin/clang-8 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-8 -DFORK_TESTS=0 -DNO_TEST_TIME_LIMIT=1 -G "CodeBlocks - Unix Makefiles" /tmp/tpcc
  2. -- The C compiler identification is Clang 8.0.0
  3. -- The CXX compiler identification is Clang 8.0.0
  4. -- Check for working C compiler: /usr/bin/clang-8
  5. -- Check for working C compiler: /usr/bin/clang-8 -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/clang++-8
  11. -- Check for working CXX compiler: /usr/bin/clang++-8 -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Adding build types...
  17. -- Skip benchmark library in 'Debug' build type
  18. -- Processor count: 8
  19. -- The ASM compiler identification is Clang
  20. -- Found assembler: /usr/bin/clang-8
  21. -- Homework = '0-intro', task = 'deadlock'
  22. -- Homework = '0-intro', task = 'dining'
  23. -- Homework = '0-intro', task = 'echo'
  24. -- Homework = '0-intro', task = 'guarded'
  25. -- Homework = '0-intro', task = 'jump'
  26. -- Homework = '1-mutex', task = 'mutex'
  27. -- Homework = '1-mutex', task = 'spinlock'
  28. -- Homework = '1-mutex', task = 'toyalloc'
  29. -- Homework = '1-mutex', task = 'tricky'
  30. -- Homework = '1-mutex', task = 'try-lock'
  31. -- Homework = '3-tinyfiber', task = 'coroutine'
  32. -- Homework = '3-tinyfiber', task = 'sleep'
  33. -- Homework = '3-tinyfiber', task = 'sleep-asio'
  34. -- Configuring done
  35. -- Generating done
  36. CMake Warning:
  37. Manually-specified variables were not used by the project:
  38.  
  39. FORK_TESTS
  40. NO_TEST_TIME_LIMIT
  41.  
  42.  
  43. -- Build files have been written to: /tmp/tpcc/cmake-build-debug-tpcc
  44.  
  45. [Finished]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement