Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/thunlp/THULAC
Browse files Browse the repository at this point in the history
# Conflicts:
#	Makefile
  • Loading branch information
MaJunhua committed May 28, 2017
2 parents 4798f5c + cca2431 commit 0c23c74
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 @@ -3,7 +3,7 @@ include_dir=include
src_dir=src
bin_dir=.
test_dir=test
thulac=g++ -O3 -std=c++11 -march=native -I $(include_dir)
thulac=g++ -std=c++11 -O3 -march=native -I $(include_dir)

# all: $(bin_dir)/thulac_test $(bin_dir)/train_c $(bin_dir)/thulac
all: $(bin_dir)/thulac $(bin_dir)/train_c $(bin_dir)/thulac_test
Expand Down

0 comments on commit 0c23c74

Please sign in to comment.