We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ceff6 commit 2d0e8a7Copy full SHA for 2d0e8a7
modules/GHSWorkspaceCreator.pm
@@ -109,10 +109,11 @@ sub pre_workspace {
109
"primaryTarget=$tgt$crlf",
110
"customization=\${__OS_DIR}\\target\\integrity.bod$crlf",
111
"[Project]$crlf",
112
+ "\t#Trick ACE to proceed with C++11; we're not actually using C++14!$crlf"
113
"\t-DACE_HAS_CPP14$crlf",
114
"\t-gcc$crlf",
- "\t--c++14$crlf",
115
- "\t--libcxx$crlf",
+ "\t--c++11$crlf",
116
+ #"\t--libcxx$crlf",
117
"\t:sourceDir=.$crlf",
118
"\t:optionsFile=\${__OS_DIR}\\target\\\${__BSP_NAME}.opt$crlf",
119
"\t-I\${ACE_ROOT}$crlf",
0 commit comments