Skip to content

Commit

Permalink
just copy everything
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 17, 2024
1 parent 2159ba2 commit 7066909
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/install-clang-devel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ CXX20 += -stdlib=libc++
CFLAGS = -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3
CPPFLAGS = -isystem /usr/local/clang/include
CXXFLAGS = -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3
CXX11FLAGS = \$CXXFLAGS
CXX14FLAGS = \$CXXFLAGS
CXX17FLAGS = \$CXXFLAGS
CXX20FLAGS = \$CXXFLAGS
CXX11FLAGS = -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3
CXX14FLAGS = -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3
CXX17FLAGS = -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3
CXX20FLAGS = -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3
EOF

echo ""
Expand Down

0 comments on commit 7066909

Please sign in to comment.