[Gammaray-commits] [KDAB/GammaRay] 1b33d4: toolchains: use CMAKE_CXX_FLAGS rather than CMAKE_...
David Faure
david.faure at kdab.com
Wed Sep 7 23:38:49 CEST 2016
Branch: refs/heads/2.6
Home: https://github.com/KDAB/GammaRay
Commit: 1b33d48afe1e1ee702dd0c7fbad8cac8084d0312
https://github.com/KDAB/GammaRay/commit/1b33d48afe1e1ee702dd0c7fbad8cac8084d0312
Author: David Faure <david.faure at kdab.com>
Date: 2016-09-07 (Wed, 07 Sep 2016)
Changed paths:
M cmake/Toolchain-Linux-GCC-i686.cmake
M cmake/Toolchain-OSX-GCC-i686.cmake
Log Message:
-----------
toolchains: use CMAKE_CXX_FLAGS rather than CMAKE_CXX_COMPILER_ARG1
The latter breaks when $CXX="ccache gcc", it replaces "gcc" instead of
adding -m32.
More information about the Gammaray-commits
mailing list