Guest User

Untitled

a guest
Jul 8th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. [ef@eriks-pc river]$ zig build --Drelease-safe --prefix ~/.local install >> output.txt
  2. Unrecognized argument: --Drelease-safe
  3.  
  4. Usage: /usr/bin/zig build [steps] [options]
  5.  
  6. Steps:
  7. install (default) Copy build artifacts to prefix path
  8. uninstall Remove build artifacts from prefix path
  9. test Run the tests
  10.  
  11. General Options:
  12. -h, --help Print this help and exit
  13. --verbose Print commands before executing them
  14. -p, --prefix [path] Override default install prefix
  15. --search-prefix [path] Add a path to look for binaries, libraries, headers
  16. --color [auto|off|on] Enable or disable colored error messages
  17.  
  18. Project-Specific Options:
  19. -Dtarget=[string] The CPU architecture, OS, and ABI to build for
  20. -Dcpu=[string] Target CPU
  21. -Drelease-safe=[bool] Optimizations on and safety on
  22. -Drelease-fast=[bool] Optimizations on and safety off
  23. -Drelease-small=[bool] Size optimizations on and safety off
  24. -Dxwayland=[bool] Set to true to enable xwayland support
  25. -Dman-pages=[bool] Set to true to build man pages. Requires scdoc. Defaults to true if scdoc is found.
  26. -Dbash-completion=[bool] Set to true to install bash completion for riverctl. Defaults to true.
  27. -Dzsh-completion=[bool] Set to true to install zsh completion for riverctl. Defaults to true.
  28. -Dfish-completion=[bool] Set to true to install fish completion for riverctl. Defaults to true.
  29. -Dexamples=[bool] Set to true to build examples
  30.  
  31. Advanced Options:
  32. --build-file [file] Override path to build.zig
  33. --cache-dir [path] Override path to zig cache directory
  34. --override-lib-dir [arg] Override path to Zig lib directory
  35. --verbose-tokenize Enable compiler debug output for tokenization
  36. --verbose-ast Enable compiler debug output for parsing into an AST
  37. --verbose-link Enable compiler debug output for linking
  38. --verbose-ir Enable compiler debug output for Zig IR
  39. --verbose-llvm-ir Enable compiler debug output for LLVM IR
  40. --verbose-cimport Enable compiler debug output for C imports
  41. --verbose-cc Enable compiler debug output for C compilation
  42. --verbose-llvm-cpu-features Enable compiler debug output for LLVM CPU features
  43. error: the following build command failed with exit code 1:
  44. /home/ef/dots/river/zig-cache/o/a26258fc6b3436a435068f2d601613aa/build /usr/bin/zig /home/ef/dots/river /home/ef/dots/river/zig-cache /home/ef/.cache/zig --Drelease-safe --prefix /home/ef/.local install
Advertisement
Add Comment
Please, Sign In to add comment