Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/NVIDIA/thrust.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Adelstein Lelbach aka wash <brycelelbach@gmail.com>2020-04-16 20:16:50 +0300
committerBryce Adelstein Lelbach aka wash <brycelelbach@gmail.com>2020-04-17 06:01:27 +0300
commitcd3fbca964a913e1351d4b63d29afad0879c3aac (patch)
treec59ccece0809941133a4422f74edb2834330f86f /Makefile
parent915c27002e8b13392488eb9ba7c166ea1faa3873 (diff)
Disable `I_AM_SLOPPY` (which suppresses warnings) in Windows DVS builds.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 14cb0cff..edbb2cf3 100644
--- a/Makefile
+++ b/Makefile
@@ -37,10 +37,6 @@ else
include ../build/config/DetectOS.mk
endif
-ifeq ($(OS),win32)
- export I_AM_SLOPPY := 1
-endif
-
TMP_DIR := built
TMP_PREFIX := $(ROOTDIR)
TMP_ARCH := $(ARCH)_$(PROFILE)_agnostic