downgraded default profile to core2
[k8sbuild.git] / xoptz / muparser.xopt
blobc887ac9271942ef82c3b143e0c0a91c22fb866bd
1 profile=empty
3 #  --enable-shared         Builds in shared mode
4   --disable-samples        Builds the library samples, too
5 #  --enable-omf            use OMF object format (OS/2)
8 !DESC
9 muParser -- math expression parser and evaluator library
11 Many applications require the parsing of mathematical expressions.
12 The main objective of this library is to provide a fast and easy way
13 of doing this. muParser is an extensible high performance math
14 expression parser library written in It works by transforming a
15 mathematical expression into bytecode and precalculating constant
16 parts of the expression.
17 !EOF