Skip to content

Commit

Permalink
Merge pull request #1391 from demin-han/master
Browse files Browse the repository at this point in the history
Remove duplicate compile options
  • Loading branch information
aswaterman authored Jun 21, 2023
2 parents d8b6fc5 + 7ac808e commit 85d7f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ default-CXXFLAGS := $(default-CFLAGS) -std=c++17

mcppbs-CPPFLAGS := @CPPFLAGS@
mcppbs-CFLAGS := $(default-CFLAGS) @CFLAGS@
mcppbs-CXXFLAGS := $(mcppbs-CFLAGS) $(default-CXXFLAGS) @CXXFLAGS@
mcppbs-CXXFLAGS := $(default-CXXFLAGS) @CXXFLAGS@

CC := @CC@
CXX := @CXX@
Expand Down

0 comments on commit 85d7f86

Please sign in to comment.