fanquake
|
232928b58a
|
build: no-longer allow GCC-10 in C++20 check
Reverts part of fa67f096bd , now that we
require a minimum of GCC 11.
See also:
https://github.com/bitcoin/bitcoin/pull/28349#issuecomment-1745143612.
|
2024-06-05 10:47:52 +01:00 |
|
MarcoFalke
|
fa67f096bd
|
build: Require C++20 compiler
|
2023-12-07 11:05:33 +01:00 |
|
MarcoFalke
|
fa7dada1fc
|
build: update ax_cxx_compile_stdcxx to serial 14
|
2022-03-02 13:18:47 +01:00 |
|
Pieter Wuille
|
7cbfebbf3d
|
Update ax_cxx_compile_stdcxx.m4
|
2020-04-11 02:15:20 -07:00 |
|
Cory Fields
|
9829c54de2
|
build: force a c++ standard to be specified
Newer compilers may switch to newer standards by default. For example, gcc6
uses std=gnu++14 by default.
|
2017-02-22 13:37:35 -05:00 |
|
Wladimir J. van der Laan
|
2aacc72727
|
build: update ax_cxx_compile_stdcxx to serial 4
|
2016-04-28 10:18:06 +02:00 |
|
Wladimir J. van der Laan
|
67969af09f
|
build: Enable C++11 build, require C++11 compiler
Implements #6211.
|
2016-04-26 16:15:02 +02:00 |
|