Skip to content

Commit

Permalink
use back g++
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed May 17, 2014
1 parent a42abb2 commit 9e436f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export CC = clang
export CXX = clang++
export CC = gcc
export CXX = g++
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas # -fopenmp

# specify tensor path
Expand Down

0 comments on commit 9e436f4

Please sign in to comment.