1
0
Fork 0

Fixed Linux configuration.

This commit is contained in:
madmaxoft 2013-12-29 12:45:03 +01:00
parent 765add3668
commit 65417dd836
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ add_subdirectory(lib/md5/)
# the important warnings will be turned on using #pragma in Globals.h
if (NOT MSVC)
#TODO: set -Wall -Werror -Wextra
add_flags("-Wall -Wextra")
add_flags_cxx("-Wall -Wextra")
endif()
if (NOT WIN32)