diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-10-10 10:17:55 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-11-15 18:42:25 -0800 |
commit | f46adb44bf7eeeb15ddaed81f73433b5e7a3bff6 (patch) | |
tree | aabeddd12dd16e432245c01892b2920ad47396c1 /mesonbuild/compilers/c.py | |
parent | 7329ae3ce62ef525ea269adbfd95aad07d484abb (diff) | |
download | meson-f46adb44bf7eeeb15ddaed81f73433b5e7a3bff6.zip meson-f46adb44bf7eeeb15ddaed81f73433b5e7a3bff6.tar.gz meson-f46adb44bf7eeeb15ddaed81f73433b5e7a3bff6.tar.bz2 |
compilers: Enable PGO for ICC
ICC doesn't use the same -fprofile-generate/-fprofile-use that GCC and
Clang use, instead it has -prof-gen and -prof-use. I've gone ahead and
added the threadsafe option to -prof-gen, as meson currently doesn't
have a way to specify that level of granularity and GCC and Clang's
profiles are threadsafe.
Diffstat (limited to 'mesonbuild/compilers/c.py')
0 files changed, 0 insertions, 0 deletions