2 <project version="0.3" xmlns="http://unixwork.de/uwproj"> |
2 <project version="0.3" xmlns="http://unixwork.de/uwproj"> |
3 <dependency> |
3 <dependency> |
4 <lang>cpp</lang> |
4 <lang>cpp</lang> |
5 <cxxflags>-std=c++23</cxxflags> |
5 <cxxflags>-std=c++23</cxxflags> |
6 </dependency> |
6 </dependency> |
|
7 <dependency name="static" toolchain="gcc"> |
|
8 <ldflags>-static</ldflags> |
|
9 </dependency> |
|
10 <dependency name="static" toolchain="clang"> |
|
11 <ldflags>-static</ldflags> |
|
12 </dependency> |
|
13 <target> |
|
14 <feature name="static"> |
|
15 <desc>statically link libstdc++</desc> |
|
16 <dependencies>static</dependencies> |
|
17 </feature> |
|
18 </target> |
7 </project> |
19 </project> |
8 |
20 |