Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Relax constexpr restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 committed Feb 5, 2019
1 parent d02beeb commit a85b3f0
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 a85b3f0

Please sign in to comment.