Skip to content

Commit

Permalink
Remove CXXFLAGS for windows (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Feb 29, 2024
1 parent 2dc8dad commit 37788c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_ddspipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ jobs:

# Windows env variables
env:
CXXFLAGS: /MP
OPENSSL64_ROOT: "C:/Program Files/OpenSSL-Win64"

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_dev_utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ jobs:

# Windows env variables
env:
CXXFLAGS: /MP
OPENSSL64_ROOT: "C:/Program Files/OpenSSL-Win64"

steps:
Expand Down

0 comments on commit 37788c1

Please sign in to comment.