gnu11 option
							parent
							
								
									1ba53a39cb
								
							
						
					
					
						commit
						1381b1e743
					
				|  | @ -62,7 +62,7 @@ make | ||||||
| 
 | 
 | ||||||
| # Or build without make: | # Or build without make: | ||||||
| wget https://vlang.io/v.c # Download the V compiler's source translated to C | wget https://vlang.io/v.c # Download the V compiler's source translated to C | ||||||
| cc -std=c11 -w -o vc v.c  # Build it with Clang or GCC | cc -std=gnu11 -w -o vc v.c  # Build it with Clang or GCC | ||||||
| ./vc -o v . && rm vc      # Use the resulting V binary to build V from V source, delete the old compiler | ./vc -o v . && rm vc      # Use the resulting V binary to build V from V source, delete the old compiler | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue