mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-10 08:04:28 +02:00
Minor cleanup and crank up warnings.
This commit is contained in:
@@ -30,7 +30,7 @@ if [ -z "$CXX_LANG" ]
|
||||
then
|
||||
CXX_LANG=c++14
|
||||
fi
|
||||
OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT"
|
||||
OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT -Wall"
|
||||
|
||||
case $TRIPLE in
|
||||
*-*-mingw* | *-*-cygwin* | *-*-win*)
|
||||
|
Reference in New Issue
Block a user