diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2018-12-12 14:27:20 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2018-12-13 08:51:05 +0100 |
commit | 3b56ddaa96fbccf4eada05d378ddaa1cb6209b57 (patch) | |
tree | b9e738613b909ec434dc8c3cdaa3a2cac26b99d1 /licenses/gnu-gpl-2.0.txt | |
parent | 6ab3ff4501fcfa24db40fcccbce35bdded7cd4bc (diff) |
build: Add 'std=c++11' cpp compiler flag
Building the current master branch with g++ 5.4.0-6 fails with:
./src/libcamera/include/log.h:25:34:
error: defaulted and deleted functions only available with -std=c++11 \
or -std=gnu++11 [-Werror]
LogMessage(const LogMessage&) = delete;
Fix this by adding the 'std=c++11' compiler argument for to the list of
cpp build flags.
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'licenses/gnu-gpl-2.0.txt')
0 files changed, 0 insertions, 0 deletions