]> granicus.if.org Git - curl/commit
winbuild: Avoid setting redundant CFLAGS to compile commands (#949)
authorSimon Warta <simon@kullo.net>
Mon, 8 Aug 2016 19:26:57 +0000 (21:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Aug 2016 19:26:57 +0000 (21:26 +0200)
commit26424ba07fea5cd999ad27d15e562327645fc755
tree38c67740f0413ad11f7ffa730629bb3100d5177a
parent82617e7499138077db55a0bc2878e17edd16dd06
winbuild: Avoid setting redundant CFLAGS to compile commands (#949)

$(CURL_CC) is always used with $(CURL_CFLAGS) appended, so before this,
all arguments in CURL_CFLAGS have been added twice.
winbuild/MakefileBuild.vc