From 5016170ff124987aa32636e3528fb8f07a034490 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 8ca708018b13..e6a62306a1db 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