RosBE/RosBE-Unix
Colin Finck 0429fa773b
[ROSBE-UNIX] Fix CMake build under macOS by leaving out -Wl,-S in compiler flags.
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.
2020-05-13 21:56:58 +02:00
..
Base-i386 [ROSBE-UNIX] Fix CMake build under macOS by leaving out -Wl,-S in compiler flags. 2020-05-13 21:56:58 +02:00
.gitignore [ROSBE-UNIX] Update README and add .gitignore 2019-12-24 08:49:27 +01:00
makepackage.sh [ROSBE-UNIX] Update sanity checks in makepackage.sh 2019-12-24 17:46:19 +01:00
SVN-Readme.txt - Downgrade MinGW Runtime back to 3.13. 2009-02-14 18:22:46 +00:00