This commit is contained in:
2025-02-05 20:07:14 +03:00
parent 19bcc13048
commit 82fbe8a751
2 changed files with 2 additions and 5 deletions

5
.idea/workspace.xml generated
View File

@@ -6,10 +6,7 @@
</artifacts-to-build> </artifacts-to-build>
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment=""> <list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="" />
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/Constants.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/Constants.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/files/version.h" beforeDir="false" afterPath="$PROJECT_DIR$/src/files/version.h" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />

View File

@@ -289,7 +289,7 @@ public class UserConnection {
} }
} }
if (cpp_17) if (cpp_17)
res = "-std=c++17"; res = "-std=c++17 -lstdc++fs";
else if (cpp_11) else if (cpp_11)
res = "-std=c++11"; res = "-std=c++11";
RemoteFile cppFlag = new RemoteFile(scriptDirectory, "current_ccp_version"); RemoteFile cppFlag = new RemoteFile(scriptDirectory, "current_ccp_version");