diff options
author | B Stack <bgstack15@gmail.com> | 2020-06-05 13:47:58 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-06-05 13:47:58 -0400 |
commit | e6c8644068e0174d2793c7d2d571f06f06693b5f (patch) | |
tree | e47a662410710df487a85826bb3bbbdd97931f6e /waterfox | |
parent | wf: dpkg update dsc file (diff) | |
download | stackrpms-e6c8644068e0174d2793c7d2d571f06f06693b5f.tar.gz stackrpms-e6c8644068e0174d2793c7d2d571f06f06693b5f.tar.bz2 stackrpms-e6c8644068e0174d2793c7d2d571f06f06693b5f.zip |
mozconfig: take generic clang
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/debian/mozconfig | 4 |
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" |