]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix Makefile Variable Concatenation Order 2294/head
authorW. Felix Handte <w@felixhandte.com>
Thu, 3 Sep 2020 21:28:37 +0000 (17:28 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 3 Sep 2020 21:30:29 +0000 (17:30 -0400)
commit75bc289911d92a3e5e9d92b2a4bcb6a8f2e8067d
tree13fd3e8f669a8946c89074f2945d1c27f2c6ccd5
parent4c408866f0f9e38d71c6fb073e075ee5a90b3035
Fix Makefile Variable Concatenation Order

Previously, this construct would add `-O3` onto the end of the compiler flags
variable, **after** `MOREFLAGS`, which meant that it was impossible to over-
ride. This commit fixes this order and should otherwise be a no-op.
lib/Makefile