Update examples/ Makefiles to make x86-64 explicit in compiler flags
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
CXX=g++
|
||||
CXX=g++ -m64
|
||||
CXXFLAGS=-Iobjs/ -O3 -Wall
|
||||
ISPC=ispc
|
||||
ISPCFLAGS=-O2 --target=sse4x2
|
||||
ISPCFLAGS=-O2 --target=sse4x2 --arch=x86-64
|
||||
|
||||
default: mandelbrot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user