Skip to content

Commit 275737a

Browse files
Merge branch 'stack-of-tasks:devel' into patch-1
2 parents d3af2c0 + 0b10a13 commit 275737a

File tree

3 files changed

+7765
-7025
lines changed

3 files changed

+7765
-7025
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Don't generate debug symbols.
2-
# This is useless for the CI build (we don't retrieve any binaries) and can stop the build
1+
# Don't generate debug symbols (remove -g) and minimize binary size with -Os.
2+
# Debug symbol are useless for CI build (we don't retrieve any binaries) and can stop the build
33
# by taking all the disk space.
44
set(CMAKE_CXX_FLAGS_DEBUG
5-
""
5+
"-Os"
66
CACHE STRING "")

0 commit comments

Comments
 (0)