Skip to content

Commit 0b10a13

Browse files
authored
Merge pull request #2777 from stack-of-tasks/topic/update-pixi
Update pixi lockfile
2 parents 80715f2 + 8eefd0c commit 0b10a13

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)