summaryrefslogtreecommitdiff
path: root/build/bmakedebug
AgeCommit message (Expand)AuthorFilesLines
2021-03-11Silence warning -Wredundant-decls in SDL 1.2 codeAndrei Karas1-1/+1
2019-05-31Change jobs count to 16 in build scriptsAndrei Karas1-2/+2
2018-06-18Add flag -D_GLIBCXX_SANITIZE_VECTOR into asan builds.Andrei Karas1-1/+1
2018-05-06Add new asan flags into build scripts.Andrei Karas1-0/+1
2018-05-05Switch build script to gcc-8.Andrei Karas1-2/+2
2017-05-15Switch to gcc7 flags in build scripts.Andrei Karas1-1/+1
2017-05-06Use same gcc6 warning flags for build scripts and ci.Andrei Karas1-1/+1
2017-04-27Add ccache into most build scripts.Andrei Karas1-3/+3
2017-03-02Add flag -fno-omit-frame-pointer into bmakedebug script.Andrei Karas1-0/+1
2017-01-04Add compiler flag -Wno-attributes for prevent warnings about packed attributes.Andrei Karas1-1/+1
2016-05-31Change some build script to use separate directory for temp files.Andrei Karas1-4/+7
2016-04-28Add -fsanitize=bounds-strict into santity flags.Andrei Karas1-1/+1
2016-04-28Switch build scripts to gcc 6.Andrei Karas1-38/+7
2016-04-26Add configure flag --enable-werrorAndrei Karas1-1/+2
2016-03-18Use latest supported C++ version by gcc in make scripts (-std=gnu++1z)Andrei Karas1-1/+1
2016-02-29Disable pugixml in build scripts.Andrei Karas1-2/+1
2016-02-23Update debug make script.Andrei Karas1-8/+10
2016-01-28Improver error message about old client. Now it show also what server type ca...Andrei Karas1-1/+2
2015-07-28To make script add flag gnu++17.Andrei Karas1-1/+1
2015-04-30Remove useless flag from bmakedebug script.Andrei Karas1-1/+2
2015-03-25In make debug script replace gcc from 4.9 to 5.0.Andrei Karas1-7/+16
2015-02-19Add flag -Woverloaded-virtual to build scripts.Andrei Karas1-1/+1
2014-10-01Remove unused option from build scripts.Andrei Karas1-1/+0
2014-09-14Enable eathena compilation in configure.Andrei Karas1-1/+0
2014-09-06From build scripts remove gcc option -Wdisabled-optimization.Andrei Karas1-1/+3
2014-04-19Fix compilation warnings.Andrei Karas1-2/+3
2014-04-17Change gcc in make scripts from 4.8 to 4.9.Andrei Karas1-3/+4
2014-04-06Add optimisation flag into make scripts.Andrei Karas1-1/+2
2013-11-29add additional flag into debug make script.Andrei Karas1-1/+1
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-1/+2
2013-10-23disable SDL2 in build script.Andrei Karas1-2/+1
2013-10-23Fix inttextfield on SDL2.Andrei Karas1-1/+2
2013-10-17increase process make count in build scripts.Andrei Karas1-2/+2
2013-05-25add make script with debugging.Andrei Karas1-0/+55