We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2939a83 commit 172d449Copy full SHA for 172d449
CMakeLists.txt
@@ -2,6 +2,7 @@
2
cmake_minimum_required (VERSION 3.11)
3
project(ndn-lite)
4
5
+add_definitions(-D_GNU_SOURCE)
6
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -Wall -O0 -ggdb")
7
set(CMAKE_C_FLAGS_DEBUG "-O0 -g")
8
set(CMAKE_C_FLAGS_RELEASE "-O3")
0 commit comments