Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
211ce4d
)
Added -std=c++11 to compile option lost in transition.
author
Romain Forlot
<romain.forlot@iot.bzh>
Wed, 12 Apr 2017 07:23:06 +0000
(09:23 +0200)
committer
Romain Forlot
<romain.forlot@iot.bzh>
Fri, 21 Apr 2017 07:15:42 +0000
(09:15 +0200)
Change-Id: Ie8728ac2bdb0a4a3712534c4ca7144e9a15ab4d2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CAN-binder/etc/config.cmake
patch
|
blob
|
history
diff --git
a/CAN-binder/etc/config.cmake
b/CAN-binder/etc/config.cmake
index
671637c
..
df702f9
100644
(file)
--- a/
CAN-binder/etc/config.cmake
+++ b/
CAN-binder/etc/config.cmake
@@
-39,7
+39,7
@@
set (PKG_REQUIRED_LIST
# Static constante definition
# -----------------------------
-add_compile_options(-D_REENTRANT)
+add_compile_options(-D_REENTRANT
-std=c++11
)
add_compile_options(-DPB_FIELD_16BIT)
# LANG Specific compile flags set for all build types