diff options
author | B Stack <bgstack15@gmail.com> | 2020-06-06 15:31:25 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-06-06 15:31:25 +0000 |
commit | 7c4e9b96f45a035a5b687e9b826e8983a109e294 (patch) | |
tree | e47a662410710df487a85826bb3bbbdd97931f6e /waterfox/debian/mozconfig | |
parent | Merge branch 'veracrypt-bump' into 'master' (diff) | |
parent | mozconfig: take generic clang (diff) | |
download | stackrpms-7c4e9b96f45a035a5b687e9b826e8983a109e294.tar.gz stackrpms-7c4e9b96f45a035a5b687e9b826e8983a109e294.tar.bz2 stackrpms-7c4e9b96f45a035a5b687e9b826e8983a109e294.zip |
Merge branch 'waterfox-bump' into 'master'
Waterfox 2020.06
See merge request bgstack15/stackrpms!160
Diffstat (limited to 'waterfox/debian/mozconfig')
-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" |