From 04f4efcfae7ac70a12f81e93aa771a217eeca3b6 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 20 Mar 2023 10:37:01 +0100 Subject: [PATCH] Fix broken links from the old domain (#172) Useless but now the links don't need to be manually modified. Co-authored-by: Fijxu Reviewed-on: https://somegit.dev/ALHP/ALHP.GO/pulls/172 Co-authored-by: Fijxu Co-committed-by: Fijxu --- flags.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flags.yaml b/flags.yaml index 43f0886..196ddeb 100644 --- a/flags.yaml +++ b/flags.yaml @@ -7,7 +7,7 @@ common: cflags: - "-mtune=generic": ~ - "-O2": "-O3" - - "-mpclmul" # https://git.harting.dev/ALHP/ALHP.GO/issues/92 + - "-mpclmul" # https://somegit.dev/ALHP/ALHP.GO/issues/92 - "-march=x86-64": "-march=$march$" options: @@ -16,10 +16,10 @@ common: buildenv: - "color": "!color" # color messes up the log output - goamd64: "$level$" # https://git.harting.dev/ALHP/ALHP.GO/issues/116 + goamd64: "$level$" # https://somegit.dev/ALHP/ALHP.GO/issues/116 packager: "ALHP $march$ " makeflags: "-j$buildproc$" - # https://git.harting.dev/ALHP/ALHP.GO/issues/110 + # https://somegit.dev/ALHP/ALHP.GO/issues/110 rustflags: "-Copt-level=3 -Ctarget-cpu=$march$" ltoflags: - "-falign-functions=32" # https://github.com/InBetweenNames/gentooLTO/issues/164