Skip to content

Commit

Permalink
manually resolve complaint in CUDA 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ShijieYan committed Jan 28, 2022
1 parent e99edb2 commit d7daf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ $(OUTPUT_DIR)/$(BINARY): $(OBJS)
$(CC) $(INCLUDEDIRS) $(CPPOPT) -c -o $@ $<

mcx_mie$(OBJSUFFIX): mcx_mie.cpp
$(CC) $(INCLUDEDIRS) -c -o mcx_mie$(OBJSUFFIX) $<
$(CC) $(INCLUDEDIRS) -g -Wall -m64 -fPIC -c -o mcx_mie$(OBJSUFFIX) $<

mcx_bench$(OBJSUFFIX): mcx_bench.c
$(GCC) $(INCLUDEDIRS) -c -o mcx_bench$(OBJSUFFIX) $<
Expand Down

0 comments on commit d7daf57

Please sign in to comment.