Skip to content

Commit 6d04913

Browse files
committed
build: Enable strip
Enable strip again.
1 parent 208b89d commit 6d04913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 2.6)
33
project(meta_exporter)
44

5-
set(CMAKE_C_FLAGS "-O1 -Wall -std=gnu99 -g")
5+
set(CMAKE_C_FLAGS "-O1 -Wall -std=gnu99 -s")
66

77
set(LIBS pthread mnl)
88
set(SOURCE

0 commit comments

Comments
 (0)