Fixed Linux configuration.
This commit is contained in:
parent
765add3668
commit
65417dd836
@ -152,7 +152,7 @@ add_subdirectory(lib/md5/)
|
|||||||
# the important warnings will be turned on using #pragma in Globals.h
|
# the important warnings will be turned on using #pragma in Globals.h
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
#TODO: set -Wall -Werror -Wextra
|
#TODO: set -Wall -Werror -Wextra
|
||||||
add_flags("-Wall -Wextra")
|
add_flags_cxx("-Wall -Wextra")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT WIN32)
|
if (NOT WIN32)
|
||||||
|
Loading…
Reference in New Issue
Block a user