| 
					
				 | 
			
			
				@@ -56,9 +56,9 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     set(COMPILE_OPTIONS "") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     set(LINK_OPTIONS "") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     set(LOG_LEVEL 2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    set(DEFINITIONS CORE_CHECK_MEMORY IMPORT_CORE) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    set(DEFINITIONS CORE_CHECK_MEMORY) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 else() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    set(DEFINITIONS ERROR_SIMULATOR CORE_CHECK_MEMORY IMPORT_CORE) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    set(DEFINITIONS ERROR_SIMULATOR CORE_CHECK_MEMORY) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if(CMAKE_C_COMPILER_ID STREQUAL "GNU") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         set(COMPILE_OPTIONS --coverage) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         set(LINK_OPTIONS gcov) 
			 |