From d89b91b4ac6ff9a19798a0018e1d8ef9b637b034 Mon Sep 17 00:00:00 2001 From: akaneyu Date: Tue, 12 Mar 2024 20:39:26 +0900 Subject: [PATCH] Update Build Note --- Build-Note.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Build-Note.md b/Build-Note.md index c83984d..0e4097b 100644 --- a/Build-Note.md +++ b/Build-Note.md @@ -4,17 +4,7 @@ mkdir build-x64 cd build-x64 cmake .. -G "Visual Studio 17 2022" -A x64 -``` -For debug: - -``` -cmake --build . -``` - -For release: - -``` cmake --build . --config Release ``` @@ -24,6 +14,6 @@ cmake --build . --config Release mkdir build-x64 cd build-x64 cmake .. -``` -See Windows section for next steps... +cmake --build . --config Release +```