Enable compiler optimization.
This commit is contained in:
		
							parent
							
								
									8018b9d3ee
								
							
						
					
					
						commit
						bd6ba19407
					
				| @ -1,5 +1,5 @@ | |||||||
| CC=gcc | CC=gcc | ||||||
| CFLAGS=-g -Wall -Wextra -Werror -I. -fPIC -pie | CFLAGS=-g -O2 -Wall -Wextra -Werror -I. -fPIC -pie | ||||||
| all:	vm-file-editor qopen-in-vm qfile-agent qfile-unpacker tar2qfile | all:	vm-file-editor qopen-in-vm qfile-agent qfile-unpacker tar2qfile | ||||||
| vm-file-editor: vm-file-editor.o | vm-file-editor: vm-file-editor.o | ||||||
| 	$(CC) -pie -g -o $@ $^ -lqubes-rpc-filecopy | 	$(CC) -pie -g -o $@ $^ -lqubes-rpc-filecopy | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Marek Marczykowski-Górecki
						Marek Marczykowski-Górecki