diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:12:40 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:12:40 +0000 |
commit | 0bc0c8464fa84c1873dadb5cee5b053b890ed61a (patch) | |
tree | 2462c2b6cd7b871e401b644de855af589d216fe5 /boost-1.73.0-b2-build-flags.patch | |
parent | f1d6eb29c0e0330cb5aa0f2cc3c069ad50f2b513 (diff) |
automatic import of boostopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'boost-1.73.0-b2-build-flags.patch')
-rw-r--r-- | boost-1.73.0-b2-build-flags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/boost-1.73.0-b2-build-flags.patch b/boost-1.73.0-b2-build-flags.patch new file mode 100644 index 0000000..e2e2037 --- /dev/null +++ b/boost-1.73.0-b2-build-flags.patch @@ -0,0 +1,11 @@ +--- boost_1_73_0/tools/build/src/engine/build.sh~ 2020-04-25 17:09:03.159419899 +0100 ++++ boost_1_73_0/tools/build/src/engine/build.sh 2020-04-25 17:11:35.085907844 +0100 +@@ -233,7 +233,7 @@ + + *) + B2_CXX="${CXX} -x c++ -std=c++11" +- B2_CXXFLAGS_RELEASE="-O2 -s" ++ B2_CXXFLAGS_RELEASE="${RPM_OPT_FLAGS} ${RPM_LD_FLAGS}" + B2_CXXFLAGS_DEBUG="-O0 -g" + esac + ;; |