Skip to content

Commit

Permalink
Merge pull request #21 from ma8ma/pedantic-option
Browse files Browse the repository at this point in the history
Use compiler option "-pedantic" instead of "-pedantic-errors"
  • Loading branch information
yama-natuki committed Dec 23, 2018
2 parents f4032cf + 386d3d2 commit bddb6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -70,7 +70,7 @@ dnl ユーザー設定
dnl

dnl 追加コンパイルオプション
CXXFLAGS="-ggdb -Wall -pedantic-errors $CXXFLAGS"
CXXFLAGS="-ggdb -Wall -pedantic $CXXFLAGS"

dnl ---------------------------------------------------
dnl ---------------------------------------------------
Expand Down

0 comments on commit bddb6d4

Please sign in to comment.