mirror of
				https://github.com/pocketpy/pocketpy
				synced 2025-10-30 08:20:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			177 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			177 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| SRC=$(find src/ -name "*.cpp")
 | |
| 
 | |
| FLAGS="-std=c++17 -O1 -stdlib=libc++ -Iinclude -frtti -W -Wno-unused-parameter -Wno-sign-compare"
 | |
| 
 | |
| clang++ $FLAGS -o main -O1 src2/main.cpp $SRC
 |