mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Changed -O2 to -O3 in Make.config.template
This commit is contained in:
		| @@ -2602,6 +2602,7 @@ Francesco Saverio Schiavarelli <fschiava@libero.it> | ||||
|  | ||||
| Matti Lehtim<69>ki <matti.lehtimaki@gmail.com> | ||||
|  for implementing the setup option "Miscellaneous/Channels wrap" | ||||
|  for reporting a missing change from -O2 to -O3 in Make.config.template | ||||
|  | ||||
| Stephan Austerm<72>hle <au@hcsd.de> | ||||
|  for suggesting to flush the file in cSafeFile::Close() | ||||
|   | ||||
							
								
								
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -6560,3 +6560,4 @@ Video Disk Recorder Revision History | ||||
| 2011-03-13: Version 1.7.18 | ||||
|  | ||||
| - Reduced CPU load when pausing a replay (thanks to Johann Friedrichs). | ||||
| - Changed -O2 to -O3 in Make.config.template (reported by Matti Lehtim<69>ki). | ||||
|   | ||||
| @@ -6,15 +6,15 @@ | ||||
| # See the main source file 'vdr.c' for copyright information and | ||||
| # how to reach the author. | ||||
| # | ||||
| # $Id: Make.config.template 2.2 2010/02/06 14:50:03 kls Exp $ | ||||
| # $Id: Make.config.template 2.3 2011/03/13 13:41:12 kls Exp $ | ||||
|  | ||||
| ### The C compiler and options: | ||||
|  | ||||
| CC       = gcc | ||||
| CFLAGS   = -g -O2 -Wall | ||||
| CFLAGS   = -g -O3 -Wall | ||||
|  | ||||
| CXX      = g++ | ||||
| CXXFLAGS = -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses | ||||
| CXXFLAGS = -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses | ||||
|  | ||||
| ifdef PLUGIN | ||||
| CFLAGS   += -fPIC | ||||
|   | ||||
		Reference in New Issue
	
	Block a user