commit | 2fd6dbfb0df4497a39ebb0f13f61ec09e485d266 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 17 09:02:56 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 17 10:56:35 2022 +0100 |
tree | f25dd596053ffab1f5a4bd611b72b4a41d9a2c49 | |
parent | 8b5a998c9c1d77cac9755aaa0a853ba2cf0aef02 [diff] |
BUILD: makefile: move the compiler option detection stuff to compiler.mk There's quite a large barely readable functions block in the makefile dedicated to compiler option support. It provides no value here and makes it harder to find user-configurable stuff, so let's move it to include/make/compiler.mk to keep the makefile a bit cleaner. It's better to keep the options themselves in the makefile however.