gnu: rapidjson: Disable CPU optimization.
* gnu/packages/web.scm (rapidjson)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
df9f515ebc
commit
82924965d7
|
@ -775,7 +775,8 @@ current version of any major web browser.")
|
||||||
(substitute* (find-files "." "^CMakeLists\\.txt$")
|
(substitute* (find-files "." "^CMakeLists\\.txt$")
|
||||||
(("native") "armv8-a"))
|
(("native") "armv8-a"))
|
||||||
#t))))
|
#t))))
|
||||||
'()))
|
;; Disable CPU optimization for reproducibility.
|
||||||
|
'(#:configure-flags '("-DRAPIDJSON_ENABLE_INSTRUMENTATION_OPT=OFF"))))
|
||||||
(home-page "https://github.com/Tencent/rapidjson")
|
(home-page "https://github.com/Tencent/rapidjson")
|
||||||
(synopsis "JSON parser/generator for C++ with both SAX/DOM style API")
|
(synopsis "JSON parser/generator for C++ with both SAX/DOM style API")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue