From 07780b06aa7b0fe049cc412309cf87e7fb10a0ef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 30 Apr 2015 14:25:29 +0200 Subject: Implement module configuration with an option list --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build.sh (limited to 'build.sh') diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..2a39f48 --- /dev/null +++ b/build.sh @@ -0,0 +1,7 @@ +DEBUG="-g -ggdb -fno-inline" + +cd ./brep; cli --generate-file-scanner --suppress-usage --hxx-suffix "" \ + --option-prefix "" ./options.cli; cd .. + +g++ -shared $DEBUG -std=c++11 -I. -I/usr/include/apr-1 \ + -fPIC -o libbrep.so `find . -name '*.cxx'` -- cgit v1.1