summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-06-17 06:24:07 -0400
committergraysky2021-06-17 06:24:07 -0400
commitac4aa50b63af4feca24adda56f76e2c45853195c (patch)
tree81752f6184c37b1d9d7016b708e0fe8756f558ef
parent2f4650dd57432777d78e0304c7d0c6c1e06c2442 (diff)
downloadaur-ac4aa50b63af4feca24adda56f76e2c45853195c.tar.gz
fix CFLAGS
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e878b50b60d..756de4028de4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -137,8 +137,8 @@ prepare() {
build() {
# optionally modify to fit your specific hardware
- #CFLAGS=" -march=haswell -mtune=haswell"
- #CXXFLAGS="${CFLAGS}"
+ #export CFLAGS+=" -march=haswell -mtune=haswell"
+ #export CXXFLAGS="${CFLAGS}"
make -C chromium-launcher-$_launcher_ver