This commit is contained in:
parent
3968e0d80c
commit
8531c6a6b9
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@REM @echo OFF
|
||||
@echo OFF
|
||||
mkdir build
|
||||
mkdir bin
|
||||
mkdir bin\executable-windows-msvc
|
||||
|
|
@ -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_linux_gnu -D CRAFTER_BUILD_CONFIGURATION_TYPE_EXECUTABLE -D CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_linux_gnu -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