diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-01-08 05:08:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-01-08 05:08:30 +0000 |
commit | 5162b924462b0427f5c9f432dbbd010958e7538e (patch) | |
tree | 1e0c3353afa1a23b64bd1787b34b3979da6242fb | |
parent | remove unused license (diff) | |
download | gentoo-2-5162b924462b0427f5c9f432dbbd010958e7538e.tar.gz gentoo-2-5162b924462b0427f5c9f432dbbd010958e7538e.tar.bz2 gentoo-2-5162b924462b0427f5c9f432dbbd010958e7538e.zip |
ocamlopt use flag is still used; added it back
-rw-r--r-- | profiles/use.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 0d06fe0f3a71..7d2ee23d4f52 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.382 2008/01/08 04:37:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.383 2008/01/08 05:08:30 mr_bones_ Exp $ # Keep them sorted @@ -242,6 +242,7 @@ nocxx - Disable support for C++ (DON'T USE THIS UNLESS YOU KNOW WHAT YOU'RE DOIN nptl - Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually) nsplugin - Builds plugins for Netscape compatible browsers ocaml - Adds support/bindings for the Ocaml language +ocamlopt - Enables ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable/enable it at a global scale) oci8 - Adds Oracle 8 Database Support oci8-instant-client - Use dev-db/oracle-instantclient-basic as Oracle provider instead of requiring a full Oracle server install odbc - Adds ODBC Support (Open DataBase Connectivity) |