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 208b89d commit 6d04913Copy full SHA for 6d04913
CMakeLists.txt
@@ -2,7 +2,7 @@
2
cmake_minimum_required(VERSION 2.6)
3
project(meta_exporter)
4
5
-set(CMAKE_C_FLAGS "-O1 -Wall -std=gnu99 -g")
+set(CMAKE_C_FLAGS "-O1 -Wall -std=gnu99 -s")
6
7
set(LIBS pthread mnl)
8
set(SOURCE
0 commit comments