[Vm-dev] Why the hell directives for compiling with clang were not taken into account

K K Subbu kksubbu.ml at gmail.com
Mon Apr 2 15:40:24 UTC 2018


On Monday 02 April 2018 07:21 PM, Nicolas Cellier wrote:
> 
> Gah!
> 
> despite my stuttutututter command:
>      CC=clang ./configure CC=clang
> the travis build is completely ignoring the directives and keep using gcc

I found the following clue in build.win32x86/common/Makefile.tools
-----
  10 ifeq ($(COMPILER_TO_USE),)
  11 COMPILER_TO_USE:=gcc
  12 endif
--------------------------

HTH .. Subbu


More information about the Vm-dev mailing list