From 3ae58fea907a5abbc34f1792242a884c194ada5e Mon Sep 17 00:00:00 2001 From: vorfol <39548292+vorfol@users.noreply.github.com> Date: Mon, 12 Apr 2021 21:45:07 +0500 Subject: Use CFLAGS for compiler defines in test runner (GH-4099) Creating global CDEFS for holding compiler definitions. Then pass it to the distutils. Also add .vscode folder to .gitignore Fixes https://github.com/cython/cython/issues/4096 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 46da36e69..f59252e3f 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ MANIFEST /.idea /*.iml +# Visual Studio Code files +.vscode -- cgit v1.2.1