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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user