Advertisement
adfasdfadsfasdf

Untitled

Mar 21st, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1.  
  2. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/engine.cpp -o tmp/src/engine.o
  3. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/engine.cpp -o tmp/src/engine.o
  4. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/main.cpp -o tmp/src/main.o
  5. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/main.cpp -o tmp/src/main.o
  6. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_generation/position.cpp -o tmp/src/move_generation/position.o
  7. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_generation/position.cpp -o tmp/src/move_generation/position.o
  8. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_generation/tables.cpp -o tmp/src/move_generation/tables.o
  9. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_generation/tables.cpp -o tmp/src/move_generation/tables.o
  10. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_generation/types.cpp -o tmp/src/move_generation/types.o
  11. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_generation/types.cpp -o tmp/src/move_generation/types.o
  12. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_search/lmr_table.cpp -o tmp/src/move_search/lmr_table.o
  13. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_search/lmr_table.cpp -o tmp/src/move_search/lmr_table.o
  14. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_search/transposition_table.cpp -o tmp/src/move_search/transposition_table.o
  15. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_search/transposition_table.cpp -o tmp/src/move_search/transposition_table.o
  16. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_search/move_ordering/history_table.cpp -o tmp/src/move_search/move_ordering/history_table.o
  17. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_search/move_ordering/history_table.cpp -o tmp/src/move_search/move_ordering/history_table.o
  18. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_search/move_ordering/move_ordering.cpp -o tmp/src/move_search/move_ordering/move_ordering.o
  19. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/move_search/move_ordering/move_ordering.cpp -o tmp/src/move_search/move_ordering/move_ordering.o
  20. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/utils/clock.cpp -o tmp/src/utils/clock.o
  21. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/utils/clock.cpp -o tmp/src/utils/clock.o
  22. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/utils/helpers.cpp -o tmp/src/utils/helpers.o
  23. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -c src/utils/helpers.cpp -o tmp/src/utils/helpers.o
  24. echo g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -o engine tmp/src/engine.o tmp/src/main.o tmp/src/move_generation/position.o tmp/src/move_generation/tables.o tmp/src/move_generation/types.o tmp/src/move_search/lmr_table.o tmp/src/move_search/transposition_table.o tmp/src/move_search/move_ordering/history_table.o tmp/src/move_search/move_ordering/move_ordering.o tmp/src/utils/clock.o tmp/src/utils/helpers.o
  25. g++ -O3 -std=c++17 -Wall -Wextra -DNDEBUG -MMD -MP -o engine tmp/src/engine.o tmp/src/main.o tmp/src/move_generation/position.o tmp/src/move_generation/tables.o tmp/src/move_generation/types.o tmp/src/move_search/lmr_table.o tmp/src/move_search/transposition_table.o tmp/src/move_search/move_ordering/history_table.o tmp/src/move_search/move_ordering/move_ordering.o tmp/src/utils/clock.o tmp/src/utils/helpers.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement