mirror of
https://github.com/upa/mscp.git
synced 2026-02-27 02:34:42 +08:00
fix on debug compile
This commit is contained in:
@@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
project(mscp C)
|
||||
|
||||
set(CMAKE_C_FLAGS "-Wall -g")
|
||||
|
||||
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DDEBUG")
|
||||
|
||||
add_executable(mscp src/main.c src/platform.c src/ssh.c src/file.c src/pprint.c)
|
||||
|
||||
Reference in New Issue
Block a user