Advertisement
Guest User

configure.log

a guest
Sep 26th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.68 KB | None | 0 0
  1. bash-4.4$ meson configure build/
  2. Core properties:
  3. Source dir /home/endo/Downloads/seahorse-3.30
  4. Build dir /home/endo/Downloads/seahorse-3.30/build
  5.  
  6. Core options:
  7. Option Current Value Possible Values Description
  8. ------ ------------- --------------- -----------
  9. auto_features auto [enabled, disabled, auto] Override value of all 'auto' features
  10. backend ninja [ninja, vs, vs2010, vs2015, vs2017, xcode] Backend to use
  11. buildtype debug [plain, debug, debugoptimized, release, minsize, custom] Build type to use
  12. debug true [true, false] Debug
  13. default_library shared [shared, static, both] Default library type
  14. install_umask 0022 [preserve, 0000-0777] Default umask to apply on permissions of installed files
  15. layout mirror [mirror, flat] Build directory layout
  16. optimization 0 [0, g, 1, 2, 3, s] Optimization level
  17. strip false [true, false] Strip targets on install
  18. unity off [on, off, subprojects] Unity build
  19. warning_level 1 [1, 2, 3] Compiler warning level to use
  20. werror false [true, false] Treat warnings as errors
  21.  
  22. Backend options:
  23. Option Current Value Possible Values Description
  24. ------ ------------- --------------- -----------
  25. backend_max_links 0 >=0 Maximum number of linker processes to run or 0 for no limit
  26.  
  27. Base options:
  28. Option Current Value Possible Values Description
  29. ------ ------------- --------------- -----------
  30. b_asneeded true [true, false] Use -Wl,--as-needed when linking
  31. b_colorout always [auto, always, never] Use colored output
  32. b_coverage false [true, false] Enable coverage tracking.
  33. b_lto false [true, false] Use link time optimization
  34. b_lundef true [true, false] Use -Wl,--no-undefined when linking
  35. b_ndebug false [true, false, if-release] Disable asserts
  36. b_pch true [true, false] Use precompiled headers
  37. b_pgo off [off, generate, use] Use profile guided optimization
  38. b_sanitize none [none, address, thread, undefined, memory, address,undefined] Code sanitizer to use
  39. b_staticpic true [true, false] Build static libraries as position independent
  40.  
  41. Compiler options:
  42. Option Current Value Possible Values Description
  43. ------ ------------- --------------- -----------
  44. c_args [] Extra arguments passed to the C compiler
  45. c_link_args [] Extra arguments passed to the C linker
  46. c_std none [none, c89, c99, c11, gnu89, gnu99, gnu11] C language standard to use
  47. vala_args [] Extra arguments passed to the Vala compiler
  48. vala_link_args [] Extra arguments passed to the Vala linker
  49.  
  50. Directories:
  51. Option Current Value Description
  52. ------ ------------- -----------
  53. bindir bin Executable directory
  54. datadir share Data file directory
  55. includedir include Header file directory
  56. infodir share/info Info page directory
  57. libdir lib64 Library directory
  58. libexecdir libexec Library executable directory
  59. localedir share/locale Locale data directory
  60. localstatedir /var/local Localstate data directory
  61. mandir share/man Manual page directory
  62. prefix /usr/local Installation prefix
  63. sbindir sbin System executable directory
  64. sharedstatedir /var/local/lib Architecture-independent data directory
  65. sysconfdir etc Sysconf data directory
  66.  
  67. Project options:
  68. Option Current Value Possible Values Description
  69. ------ ------------- --------------- -----------
  70. check-compatible-gpg true [true, false] Perform a rudimentary check if the GPG and GPG versions are compatible
  71. help true [true, false] Build help
  72. hkp-support true [true, false] Add support for keyservers using LDAP
  73. key-sharing true [true, false] Add support for DNS-SD key sharing
  74. keyservers-support true [true, false] Add support for keyservers
  75. ldap-support true [true, false] Add support for keyservers using HKP
  76. pgp-support true [true, false] Add support PGP keys
  77. pkcs11-support false [true, false] Add support for PKCS#11 objects
  78.  
  79. Testing options:
  80. Option Current Value Possible Values Description
  81. ------ ------------- --------------- -----------
  82. errorlogs true [true, false] Whether to print the logs from failing tests
  83. stdsplit true [true, false] Split stdout and stderr in test logs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement