Skip to content

Commit 452133d

Browse files
author
Noam Preil
committed
Minor error handling cleanup
1 parent a95d780 commit 452133d

3 files changed

Lines changed: 160 additions & 177 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.5)
22

33
project(scas C)
44
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -pedantic -std=c99 -D_POSIX_SOURCE")
5-
set(CMAKE_C_FLAGS_DEVEL "-Werror")
5+
set(CMAKE_C_FLAGS_DEVEL "-Werror -g -Og")
66

77
if(WIN32)
88
set(CMAKE_C_FLAGS "-Wl,--allow-multiple-definition")

0 commit comments

Comments
 (0)