Skip to content

Commit

Permalink
Disabled static linking parameters on Linux platform build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 25, 2024
1 parent f9809d4 commit 57926ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@
'-Wvolatile-register-var', '-Wwrite-strings', '-pipe', '-Ofast', '-s',
'-std=c++20', '-fopenmp', '-mmmx', '-msse', '-msse2', '-msse3', '-msse4',
'-msse4.1', '-msse4.2', '-mavx', '-mavx2', '-mfma', '-mfpmath=sse',
'-march=native', '-funroll-loops', '-ffast-math', '-static', '-static-libgcc',
'-static-libstdc++'
'-march=native', '-funroll-loops', '-ffast-math'
] + cpp_files

core_build_args = exe_build_args + [
Expand Down

0 comments on commit 57926ab

Please sign in to comment.