Commit Graph

11 Commits

Author SHA1 Message Date
Alan Swanson ac6b471a49
build: disable debug and sanitizers by default (#251)
Debug builds should never be the default. Change debug option to
default to off and link it to sanitizer usage (rather than whether
being built from git tree). Address sanitizers can cause a program
to run twice as slow on top of the debug "-O0" non-optimisation.
Also remove some unused macro variables.
2022-01-25 14:47:19 -05:00
Raymond Li 37eecf221e
Disable debug by default 2022-01-25 00:34:43 -05:00
Raymond Li 24e0799c77
Default to disable-sanitizers 2021-03-30 17:16:02 -04:00
Raymond Li e3ffaba058 Move Arch check to configure.ac 2020-08-04 22:32:22 -04:00
Raymond Li 02334d35ae
Fix for Arch 2020-08-04 17:55:51 -04:00
Raymond Li 770006421e
Update build.sh 2020-08-04 17:36:09 -04:00
Raymond Li eefd457317
Update build.sh 2020-08-04 17:29:25 -04:00
Simon Puente a15620084e
Update build.sh
forget this
2020-08-01 20:38:30 -07:00
Simon Puente 22a6534946
Update build.sh
Just a little suggestion
2020-08-01 20:07:01 -07:00
Raymond Li 047179472b
Overhaul build, install and buildtest 2020-05-10 15:33:28 -04:00
Raymond Li f6c91195fe
Make building easier 2020-04-16 18:55:48 -04:00