Skip to content
Snippets Groups Projects
Commit 999d7921 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Do not generate graphviz documentation

parent e4f56eec
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,9 @@ configure: |
--prefix="$ORCHESTRA_ROOT" \
LDFLAGS="(@= options["use_old_glibc_lflags"] @) (@= options["modern_linker_flags"] @) -Wl,-rpath,$RPATH_PLACEHOLDER/lib" \
CFLAGS="(@= options["use_old_glibc_cflags"] @)" \
CC="clang -fuse-ld=gold"
CC="clang -fuse-ld=gold" \
PS2PDF=/bin/true \
GROFF=/bin/true
build_system: make
dependencies:
- clang-release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment