diff --git a/Makefile b/Makefile index a3ab7f64..f04bc3de 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ ARM_ENABLED=0 # Disable NVPTX by request # To enable: make NVPTX_ENABLED=1 -NVPTX_ENABLED=1 +NVPTX_ENABLED=0 # Add llvm bin to the path so any scripts run will go to the right llvm-config LLVM_BIN= $(shell $(LLVM_CONFIG) --bindir)