mirror of
https://github.com/minetest/minetest.git
synced 2025-07-07 18:30:24 +02:00
Lots of small stuff
This commit is contained in:
@ -135,7 +135,9 @@ endif(BUILD_SERVER)
|
||||
if( UNIX )
|
||||
# Unix
|
||||
|
||||
set(UNIX_FLAGS "-Wall")
|
||||
# NOTE: -Wall gets applied automatically to debug builds
|
||||
|
||||
#set(UNIX_FLAGS "")
|
||||
|
||||
if(BUILD_CLIENT)
|
||||
set_target_properties(minetest PROPERTIES COMPILE_FLAGS
|
||||
|
Reference in New Issue
Block a user