From e459293033702c0b4ce5919f6415b3b9f40f9e7f Mon Sep 17 00:00:00 2001 From: Jerry Leung Date: Fri, 12 Feb 2021 13:11:00 -0800 Subject: [PATCH] add release with deb info --- build_win_relwithdebinfo32.ps1 | 2 ++ build_win_relwithdebinfo64.ps1 | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 build_win_relwithdebinfo32.ps1 create mode 100644 build_win_relwithdebinfo64.ps1 diff --git a/build_win_relwithdebinfo32.ps1 b/build_win_relwithdebinfo32.ps1 new file mode 100644 index 000000000..9865399e5 --- /dev/null +++ b/build_win_relwithdebinfo32.ps1 @@ -0,0 +1,2 @@ +$WORKING_DIR = (Get-Location).Path +.\scripts\build_windows.ps1 $WORKING_DIR RelWithDebInfo 32 diff --git a/build_win_relwithdebinfo64.ps1 b/build_win_relwithdebinfo64.ps1 new file mode 100644 index 000000000..b6903491f --- /dev/null +++ b/build_win_relwithdebinfo64.ps1 @@ -0,0 +1,2 @@ +$WORKING_DIR = (Get-Location).Path +.\scripts\build_windows.ps1 $WORKING_DIR RelWithDebInfo 64