summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26Use /usr/bin/env instead of full path to bashMonwarez1-2/+10
And also, use sysctl for detecting the number of CPU when the system is FreeBSD
2016-06-30Set LANG to C in build script.Andrei Karas1-0/+1
2016-06-30Add shared file with server code for change constants.Andrei Karas1-3/+5
2016-05-02Add support for building plugin with lto.Andrei Karas1-1/+1
Use lto by default.
2016-05-02Enable sanity flags only if they supported.Andrei Karas1-2/+2
2015-05-01Use extended sanity checks and gcc 5.Andrei Karas1-0/+2
2015-02-21Add gprof build flag.Andrei Karas1-0/+2
2014-11-17In build script add command line options.Andrei Karas1-2/+13
./build.sh - build with sanity flags. ./build.sh old - build without special flags.
2014-11-17Add workaround in build script for outdated build tools.Andrei Karas1-0/+2
2014-11-13Add configure option --enable-sanitize.Andrei Karas1-1/+1
2014-11-12In build script return build result to caller.Andrei Karas1-0/+1
2014-11-05Change build script to build in build directory.Andrei Karas1-1/+4
2014-11-05add build script.Andrei Karas1-0/+5