configure.ac: We require C++14 now
At least in the main Makefile we have: GLOBAL_CXXFLAGS += -std=c++14 -g -Wall
This commit is contained in:
		
							parent
							
								
									4724903c78
								
							
						
					
					
						commit
						81c53fe8e5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -61,7 +61,7 @@ CFLAGS=
 | 
				
			||||||
CXXFLAGS=
 | 
					CXXFLAGS=
 | 
				
			||||||
AC_PROG_CC
 | 
					AC_PROG_CC
 | 
				
			||||||
AC_PROG_CXX
 | 
					AC_PROG_CXX
 | 
				
			||||||
AX_CXX_COMPILE_STDCXX_11
 | 
					AX_CXX_COMPILE_STDCXX_14
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Use 64-bit file system calls so that we can support files > 2 GiB.
 | 
					# Use 64-bit file system calls so that we can support files > 2 GiB.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue