Merge pull request #12 from profelis/patch-1
Manually set c++11 standard
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| default: tiv | ||||
|  | ||||
| tiv.o: tiv.cpp CImg.h | ||||
| 	g++ -Wall -fexceptions -O2 -c tiv.cpp -o tiv.o | ||||
| 	g++ -std=c++11 -Wall -fexceptions -O2 -c tiv.cpp -o tiv.o | ||||
|  | ||||
| tiv : tiv.o | ||||
| 	g++ tiv.o -o tiv -pthread -s | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stefan Haustein
					Stefan Haustein