Add c++11 option for nvcc

This commit is contained in:
Satyanvesh Dittakavi
2020-02-13 19:48:26 +05:30
parent ead254cdd5
commit 3fb4135946
@@ -18,7 +18,7 @@ THE SOFTWARE.
*/
/* HIT_START
* BUILD: %t %s ../../test_common.cpp
* BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11
* TEST: %t
* HIT_END
*/