Add -O3 to compile flags
This commit is contained in:
		
							
								
								
									
										2
									
								
								compile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								compile
									
									
									
									
									
								
							| @@ -12,7 +12,7 @@ SRC="\ | |||||||
| 	dstr/src/*.c \ | 	dstr/src/*.c \ | ||||||
| 	mem/src/*/*.c \ | 	mem/src/*/*.c \ | ||||||
| " | " | ||||||
| CFLAGS="-shared -fPIC -Wall -Werror -pedantic" | CFLAGS="-O3 -shared -fPIC -Wall -Werror -pedantic" | ||||||
| OUT="libwapp.so" | OUT="libwapp.so" | ||||||
|  |  | ||||||
| (set -x ; $CC $CFLAGS $INCLUDE $SRC -o $OUT) | (set -x ; $CC $CFLAGS $INCLUDE $SRC -o $OUT) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user