1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Am a packager now

This commit is contained in:
2024-07-17 21:24:34 +02:00
parent 671fa71ae3
commit 44cf9ba4b7

View File

@@ -1,10 +1,6 @@
#!/hint/bash #!/hint/bash
# Modify default build parameters to build native optimizations PACKAGER="Bert Peters <bertptrs@archlinux.org>"
CFLAGS="${CFLAGS/-mtune=generic/-mtune=native}" GPGKEY="0x38100C24376CD5F6ED4FF4B46918400C2703040C"
CXXFLAGS="${CXXFLAGS/-mtune=generic/-mtune=native}"
# Enable rust to do the same
export RUSTFLAGS="-C target_cpu=native"
# Do a parallel build and enable output combining # Do a parallel build and enable output combining
MAKEFLAGS="-j$(nproc) -Otarget -k" MAKEFLAGS="-j$(nproc) -Otarget -k"