summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-05 13:47:58 -0400
committerB Stack <bgstack15@gmail.com>2020-06-05 13:47:58 -0400
commite6c8644068e0174d2793c7d2d571f06f06693b5f (patch)
treee47a662410710df487a85826bb3bbbdd97931f6e /waterfox
parentwf: dpkg update dsc file (diff)
downloadstackrpms-e6c8644068e0174d2793c7d2d571f06f06693b5f.tar.gz
stackrpms-e6c8644068e0174d2793c7d2d571f06f06693b5f.tar.bz2
stackrpms-e6c8644068e0174d2793c7d2d571f06f06693b5f.zip
mozconfig: take generic clang
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/debian/mozconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/waterfox/debian/mozconfig b/waterfox/debian/mozconfig
index 0b6416a..e9f4bb6 100644
--- a/waterfox/debian/mozconfig
+++ b/waterfox/debian/mozconfig
@@ -1,5 +1,5 @@
-export CC=clang-6.0
-export CXX=clang++-6.0
+export CC=clang
+export CXX=clang++
ac_add_options --prefix=/usr
ac_add_options --enable-optimize="-O2"
bgstack15