mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
* Turned GCC build time statistics off
This commit is contained in:
@@ -32,7 +32,7 @@ fi
|
|||||||
# For gcc and compatible compilers, enable compilation warnings, but
|
# For gcc and compatible compilers, enable compilation warnings, but
|
||||||
# selectively disable some because too many are generated.
|
# selectively disable some because too many are generated.
|
||||||
if test "x$GXX" = "xyes" ; then
|
if test "x$GXX" = "xyes" ; then
|
||||||
CXXFLAGS="$CXXFLAGS -ftime-report -Wall -Wno-switch -Wno-sign-compare -Wcast-align -Wpointer-arith -Wno-unknown-pragmas"
|
CXXFLAGS="$CXXFLAGS -Wall -Wno-switch -Wno-sign-compare -Wcast-align -Wpointer-arith -Wno-unknown-pragmas"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# extra clang parameters
|
# extra clang parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user