Martin Kinkelin
3f7cf75200
CMake: Drop detection of unsupported ldc2 and gdc host compilers
2019-07-28 02:37:39 +02:00
Moritz Maxeiner
77d8a7b68a
Support building with gdmd host compiler
2019-06-09 02:49:23 +02:00
Johan Engelen
704d95c54c
CMake: fix LTO build: prevent applying LTO flags when building the runtime libraries.
...
Resolves issue #2082
2017-04-29 15:24:39 +02:00
Johan Engelen
bd5c3b9b65
[cmake] Fix CMake for when multiple D_COMPILER_FLAGS are passed.
2016-08-08 16:22:03 +02:00
David Nadlinger
557a2562b5
cmake: Respect D_COMPILER_FLAGS when extracting linker flags
...
It is somewhat unclear whether the variable can actually be set
in a valid way at this point, though.
2016-07-27 00:25:23 +01:00
David Nadlinger
92db654c8b
cmake: Directly use (g)cc for linking on Unix-like systems
...
This allows us to properly take CMAKE_EXE_LINKER_FLAGS into
account without running into gcc/ld layering issues.
GitHub: Fixes #1494 , alternative fix for #1460 .
2016-07-27 00:25:22 +01:00