Fixed Makefile target gcc to use g++ instead of clang
This commit is contained in:
4
Makefile
4
Makefile
@@ -240,9 +240,9 @@ ispc: print_llvm_src dirs $(OBJS)
|
|||||||
clang: ispc
|
clang: ispc
|
||||||
clang: CXX=clang++
|
clang: CXX=clang++
|
||||||
|
|
||||||
# Use gcc as a default compiler, instead of gcc
|
# Use gcc as a default compiler
|
||||||
gcc: ispc
|
gcc: ispc
|
||||||
gcc: CXX=clang++
|
gcc: CXX=g++
|
||||||
|
|
||||||
# Build ispc with address sanitizer instrumentation using clang compiler
|
# Build ispc with address sanitizer instrumentation using clang compiler
|
||||||
# Note that this is not portable build
|
# Note that this is not portable build
|
||||||
|
|||||||
Reference in New Issue
Block a user