no more profiling
This commit is contained in:
		
							parent
							
								
									939b516625
								
							
						
					
					
						commit
						398a5d3957
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -10,7 +10,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
CC = gcc
 | 
					CC = gcc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OPT = -Wall -g -pg  -DDEBUG_LEVEL=0 -DMUST_ABORT=0
 | 
					OPT = -Wall -g -DDEBUG_LEVEL=0 -DMUST_ABORT=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
libbubulles.a:	bubulles.o edges.o
 | 
					libbubulles.a:	bubulles.o edges.o
 | 
				
			||||||
	ar r $@ $?
 | 
						ar r $@ $?
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
BBFUNCS = ../libbubulles.a 
 | 
					BBFUNCS = ../libbubulles.a 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OPT = -Wall -g -pg -DDEBUG_LEVEL=0 -DMUST_ABORT=0
 | 
					OPT = -Wall -g -DDEBUG_LEVEL=0 -DMUST_ABORT=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
read_obj:	read_obj.c Makefile importobj.o $(BBFUNCS)
 | 
					read_obj:	read_obj.c Makefile importobj.o $(BBFUNCS)
 | 
				
			||||||
	gcc $(OPT)  $<  importobj.o $(BBFUNCS) -o $@
 | 
						gcc $(OPT)  $<  importobj.o $(BBFUNCS) -o $@
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user