diff options
author | Jack Lloyd <[email protected]> | 2015-10-26 15:36:23 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-10-26 15:36:23 -0400 |
commit | 299119f02c09e7d3e657b13e1706cb653eff560c (patch) | |
tree | 18227f400786a023ca7a13cd8f6f541d56c962f7 /src/build-data/buildh.in | |
parent | 54540244c1d89faa5b359c75a9c38b6fed0a08c9 (diff) |
Remove --build-mode and add individual toggles for optimization, debug,
sanitizers and coverage as all 4 are usefully set independently.
Use GCC 4.9 on CircleCI as it seems to be supported. Add ASan + UBSan test.
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r-- | src/build-data/buildh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 23bb86e20..31277ff0c 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -6,7 +6,7 @@ * %{user}@%{hostname} running '%{command_line}' * * Target -* - Compiler: %{cxx} %{cc_compile_flags} +* - Compiler: %{cxx} %{cxx_abi_flags} %{cc_compile_flags} * - Arch: %{submodel}/%{arch} * - OS: %{os} */ |