commit | 82382ccf34d75a16cd695906c0b69cdc01260b5b | [log] [tgz] |
---|---|---|
author | Yahan Zhou <yahan@google.com> | Fri Oct 08 16:30:51 2021 -0700 |
committer | Joshua Duong <joshuaduong@google.com> | Tue Sep 13 07:28:45 2022 -0700 |
tree | 84ee011875fe4b53537e92af8ae400fe55032fa1 | |
parent | f09029d08b9f216346decd1c90d20bb8f8932dca [diff] |
Fix g++ build - default virtual dtor does not work with g++ - g++ has strict ordering for {} constructor - g++ does not like c style atomic - g++ is not very clever with {} in vector.push - g++ needs to explicitly link more libraries Bug: 202522444 Test: mkdir build; cd build; cmake ../; make -j Change-Id: Ibe807261667446ca0d87b2f41ca66166e25f6c74