cleanup
This commit is contained in:
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.10)
|
||||
project(PuzGameProj)
|
||||
|
||||
if (MSVC)
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
else()
|
||||
add_compile_options(-g -gcodeview)
|
||||
add_link_options(-fuse-ld=lld -g -Wl,--pdb=)
|
||||
|
||||
Reference in New Issue
Block a user