mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #1675 from ethereum/debug-mac
Do not use -Og for debug mode (won't work on Mac/clang)
This commit is contained in:
		
						commit
						a0bc064d52
					
				| @ -71,7 +71,7 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MA | ||||
| 	add_compile_options(-fPIC) | ||||
| 
 | ||||
| 	# Configuration-specific compiler settings. | ||||
| 	set(CMAKE_CXX_FLAGS_DEBUG          "-Og -g -DETH_DEBUG") | ||||
| 	set(CMAKE_CXX_FLAGS_DEBUG          "-O0 -g -DETH_DEBUG") | ||||
| 	set(CMAKE_CXX_FLAGS_MINSIZEREL     "-Os -DNDEBUG") | ||||
| 	set(CMAKE_CXX_FLAGS_RELEASE        "-O3 -DNDEBUG") | ||||
| 	set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g") | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user