Update 2024-01-02 10:23 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-01-02 10:23:08 +01:00
parent 876f5f7b7d
commit ca9c09d71e
3 changed files with 7 additions and 11 deletions

View File

@@ -16,13 +16,8 @@ export CCACHE_NOHASHDIR=
export CMAKE_CXX_COMPILER_LAUNCHER=ccache
export CMAKE_C_COMPILER_LAUNCHER=ccache
if [ ! -z $INSECURE_PERF_FLAGS ]
then
FLAGS="-fno-stack-protector -fno-ret-protector -mno-retpoline -march=native"
fi
export CC="/opt/ccache/bin/cc $FLAGS"
export CXX="/opt/ccache/bin/c++ $FLAGS"
export CC="/opt/ccache/bin/cc $EXTRAFLAGS"
export CXX="/opt/ccache/bin/c++ $EXTRAFLAGS"
if [ -z "$1" ]; then
echo "Usage: ${0} [kernel, base, xenocara, release, all] [clean]"