Skip to content

Use C++20 modules and header units perfectly in Makefile. Make is fully functional.

License

Notifications You must be signed in to change notification settings

vspefs/makefile-cxx-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See this reddit post for details. This is the referenced implementation of the post.

Things You Should Know:

  1. Use my patched version of GCC here.

  2. There should be some script to automatically set CXX_STDMODULE. I didn't write one. Replace it with yours.

  3. Feel free to edit and test.

Other Words:

  1. The project and every file it contains are distributed under GNU Affero General Public License.

  2. Please don't embarrass me if I'm wrong because I'm super noob and anxious about it.