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 2d0e8a7 commit a2a3d0cCopy full SHA for a2a3d0c
modules/GHSWorkspaceCreator.pm
@@ -109,7 +109,7 @@ 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"
+ "\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",
115
"\t--c++11$crlf",
0 commit comments