From a85b3f00aa62e3b7f75110b5cdac418f87309c3d Mon Sep 17 00:00:00 2001 From: Anirudh Subramanian Date: Tue, 5 Feb 2019 23:12:50 +0000 Subject: [PATCH] Relax constexpr restriction --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc7aebc9fb89..ccc3c7828ba9 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ CFLAGS = -DMSHADOW_FORCE_STREAM $(WARNFLAGS) ifeq ($(DEV), 1) CFLAGS += -g -Werror - NVCCFLAGS += -Werror cross-execution-space-call + NVCCFLAGS += -Werror cross-execution-space-call --expt-relaxed-constexpr endif # CFLAGS for debug