Skip to content

Commit

Permalink
Relax constexpr restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 committed Mar 19, 2019
1 parent c31bb7e commit 5016170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5016170

Please sign in to comment.