mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-26 21:00:28 +00:00
ReactOS Build Environment for various platforms
0429fa773b
This is again a very interesting bug with an equally interesting solution :) CMake checks for C++11 support of the host compiler during build by compiling a simple test program. Any warning here means that C++11 is not supported. However, our default compiler flags used to contain -Wl,-S which isn't supported under macOS. Therefore every such check used to fail. We can simply leave it out for all platforms, because binaries are stripped anyway on supported platforms. |
||
---|---|---|
Patches | ||
RosBE-PPC | ||
RosBE-Unix | ||
RosBE-Windows | ||
Tools | ||
.gitattributes |