Skip to content

Commit

Permalink
Remove cxx flags from Linux & macOS x64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Sep 1, 2024
1 parent 1f99cd0 commit be9260b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
osx_target: ""
cmake_prefix_path: "/opt/intel/oneapi/tbb/latest"
cmake_flags: ""
cxx_flags: "-march=x86-64-v2"
cxx_flags: ""
python_version: "3.12"
pffdtd_engine: "build/src/cpp/main_3d/pffdtd_3d"

Expand All @@ -39,7 +39,7 @@ jobs:
osx_target: "10.15"
cmake_prefix_path: ""
cmake_flags: '-D OpenMP_ROOT=`brew list libomp | grep libomp.a | sed -E "s/\/lib\/.*//"`'
cxx_flags: "-march=x86-64-v2"
cxx_flags: ""
python_version: "3.12"
pffdtd_engine: "build/src/cpp/main_3d/pffdtd_3d"

Expand Down

0 comments on commit be9260b

Please sign in to comment.