vscode: hard-code a couple defines
commitdee338236bbef71639149ba90ec60cb732b73cd0
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 30 Jul 2018 15:42:48 +0000 (30 08:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2018 20:14:38 +0000 (30 13:14 -0700)
tree57179137450fbed477020071ba84ed9305852f51
parent54c06c601316bb41b8305c0f3ec755818eb54b7b
vscode: hard-code a couple defines

Sadly, we do not get all of the definitions via ALL_CFLAGS. Some defines
are passed to GCC *only* when compiling specific files, such as git.o.

Let's just hard-code them into the script for the time being.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/vscode/init.sh