downgraded default profile to core2
[k8sbuild.git] / xoptz / libgit2.xopt
blob252b39d7a4eb3b97953df978e4961d1bf05143bb
1 !INCLUDE _cmake
3 profile=empty
5 #cfg_name="cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_CLAR=OFF -DSTDCALL=OFF -DBUILD_SHARED_LIBS=OFF .."
6 cfg_name="cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON -DBUILD_TESTS=OFF -DBUILD_CLI=OFF -DUSE_THREADS=OFF -DUSE_ICONV=OFF .."
9 !DESC
10 libgit2 -- pure C implementation of the Git core methods
12 `libgit2` is a portable, pure C implementation of the Git core
13 methods provided as a re-entrant linkable library with a solid API,
14 allowing you to write native speed custom Git applications in any
15 language with bindings.
16 !EOF