Skip to content

Commit

Permalink
fix clang unsupported option -fopenmp issue
Browse files Browse the repository at this point in the history
clang: error: unsupported option '-fopenmp'
  • Loading branch information
qiaohaijun authored Jun 13, 2016
1 parent 1a0d914 commit 28b9188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ endif
include $(config)
include mshadow/make/mshadow.mk
include $(DMLC_CORE)/make/dmlc.mk
unexport NO_OPENMP

# all tge possible warning tread
WARNFLAGS= -Wall
Expand Down

0 comments on commit 28b9188

Please sign in to comment.