mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	macos fixes (#626)
This commit is contained in:
		
							parent
							
								
									5598faf7e3
								
							
						
					
					
						commit
						cddf78cf12
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1003,7 +1003,9 @@ endif
 | 
			
		|||
IS_DEV_OR_DEBUG := $(or $(filter 1,$(DEVELOPMENT)),$(filter 1,$(DEBUG)),0)
 | 
			
		||||
ifeq ($(IS_DEV_OR_DEBUG),0)
 | 
			
		||||
  CFLAGS += -fno-ident -fno-common -ffile-prefix-map="$(PWD)"=. -D__DATE__="\"\"" -D__TIME__="\"\"" -Wno-builtin-macro-redefined
 | 
			
		||||
  LDFLAGS += -Wl,--build-id=none
 | 
			
		||||
  ifeq ($(OSX_BUILD),0)
 | 
			
		||||
    LDFLAGS += -Wl,--build-id=none
 | 
			
		||||
  endif
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
# Prevent a crash with -sopt
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue