allow to add ISPC_FLAGS

This commit is contained in:
Evghenii
2014-02-06 10:13:01 +01:00
parent 8ffa84f875
commit 9e1ab7c6b6

View File

@@ -22,7 +22,7 @@ endif
# #
ISPC=ispc ISPC=ispc
ISPC_FLAGS=-O3 --math-lib=fast --target=nvptx --opt=fast-math ISPC_FLAGS+=-O3 --math-lib=fast --target=nvptx --opt=fast-math
# #
# #
# #