Update examples/ Makefiles to make x86-64 explicit in compiler flags

This commit is contained in:
Matt Pharr
2011-06-23 10:00:07 -07:00
parent 40bd133dec
commit e5bc6cd67c
7 changed files with 14 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
CXX=g++
CXX=g++ -m64
CXXFLAGS=-Iobjs/ -g3 -Wall
ISPC=ispc
ISPCFLAGS=-O2 --fast-math --instrument
ISPCFLAGS=-O2 --fast-math --instrument --arch=x86-64
default: ao