Skip to content
Snippets Groups Projects
Commit c49e6092 authored by Sandipan Mohanty's avatar Sandipan Mohanty
Browse files

Adjust aliases for prebuilt-module-path

parent 9a7a4f39
No related branches found
No related tags found
No related merge requests found
alias cf="clang-format --style=WebKit -i"
alias C="clang++ -std=c++20 -stdlib=libc++"
alias Cm="clang++ -std=c++20 -stdlib=libc++ -fmodules -fimplicit-module-maps"
alias Cm="clang++ -std=c++20 -stdlib=libc++ -fmodules -fimplicit-module-maps -fprebuilt-module-path=."
alias Cixx="clang++ -std=c++20 -stdlib=libc++ -fmodules -fimplicit-module-maps --precompile -xc++-module -fprebuilt-module-path=."
alias G="g++ -std=c++20 -pedantic -Wall"
alias Gm="g++ -std=c++20 -fmodules-ts -pedantic -Wall"
alias Gh="g++ -std=c++20 -fmodules-ts -xc++-system-header"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment