]> git.ipfire.org Git - thirdparty/zstd.git/commit
removed -g from DEBUGFLAGS
authorYann Collet <cyan@fb.com>
Fri, 5 May 2017 00:24:29 +0000 (17:24 -0700)
committerYann Collet <cyan@fb.com>
Fri, 5 May 2017 00:24:29 +0000 (17:24 -0700)
commita00e9599f1db6123d773b222834826f98c1f4324
treec5a743972feb9960a82e5968f35648995c10632e
parentb668badf00860bb2ef9f275e237640883feb9f64
removed -g from DEBUGFLAGS

It inflates binary sizes, which is negative for the Windows build.
It also makes it impossible to check if 2 different source codes
get nonetheless compiled to the same binary,
since checksum will be different, due to integrated source code.
lib/Makefile
programs/Makefile