mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	For #469 - Add support for C++ and mixed C/C++
WIP and for native modules. Required a few changes to headers and some changes to JPM.
This commit is contained in:
		
							
								
								
									
										6
									
								
								jpm.1
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								jpm.1
									
									
									
									
									
								
							| @@ -71,9 +71,13 @@ $JANET_LIBPATH, or a reasonable default. See JANET_LIBPATH for more. | ||||
|  | ||||
| .TP | ||||
| .BR \-\-compiler=$CC | ||||
| Sets the compiler used for compiling native modules and standalone executables. Defaults | ||||
| Sets the C compiler used for compiling native modules and standalone executables. Defaults | ||||
| to cc. | ||||
|  | ||||
| .BR \-\-cpp\-compiler=$CXX | ||||
| Sets the C++ compiler used for compiling native modules and standalone executables. Defaults | ||||
| to c++.. | ||||
|  | ||||
| .TP | ||||
| .BR \-\-linker | ||||
| Sets the linker used to create native modules and executables. Only used on windows, where | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose