This commit is contained in:
parent
8531c6a6b9
commit
cc6d1467d1
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ cmake -G Ninja -B build -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -D
|
|||
cmake --build build --config Release
|
||||
cd ..\..\
|
||||
|
||||
set common_options=-I.\build -std=c++26 -O3 -march=native -mtune=native -fprebuilt-module-path=.\build -D CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows-msvc -D CRAFTER_BUILD_CONFIGURATION_TYPE_EXECUTABLE %useLibcSource% -c
|
||||
set common_options=-I.\build -std=c++26 -O3 -march=native -mtune=native -fprebuilt-module-path=.\build -D CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc -D CRAFTER_BUILD_CONFIGURATION_TYPE_EXECUTABLE %useLibcSource% -c
|
||||
|
||||
clang++ %useLibcSource% -std=c++26 -Wno-reserved-identifier -Wno-reserved-module-identifier --precompile %LIBCXX_DIR%\modules\c++\v1\std.cppm -o .\build\std.pcm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue