]> git.ipfire.org Git - people/stevee/pakfire.git/commitdiff
macros: Append -pipe to CFLAGS
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Dec 2022 17:13:05 +0000 (17:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Dec 2022 17:13:05 +0000 (17:13 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
macros/cflags.macro

index 8635a3c3e2ba2fcaf3eea8ba187e2077d2569b69..72c03cd3a16a9cec60d5fbdf35de6320e78278eb 100644 (file)
@@ -32,6 +32,9 @@ build
        # Tell the compiler where the source will be put
        CFLAGS += -fdebug-prefix-map=%{DIR_SRC}=%{debugsourcedir}
 
+       # Avoid creating temporary files
+       CFLAGS += -pipe
+
        # Arch: x86_64
        CFLAGS_x86_64 = -m64 -march=x86-64-v2 -mtune=generic