Print compile-time options in dunst --version#1336
Print compile-time options in dunst --version#1336bynect merged 4 commits intodunst-project:masterfrom
dunst --version#1336Conversation
|
Similar to vim features dump, also prints the cflags. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1336 +/- ##
==========================================
- Coverage 65.92% 65.88% -0.05%
==========================================
Files 50 50
Lines 8070 8075 +5
Branches 925 925
==========================================
Hits 5320 5320
- Misses 2750 2755 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This also prevents unneeded dynamic linkage
Makefile
Outdated
| ${OBJ} ${TEST_OBJ}: Makefile config.mk | ||
|
|
||
| src/dunst.o: src/dunst.c | ||
| ${CC} -o $@ -c $< ${CPPFLAGS} ${CFLAGS} -D_CFLAGS="$(filter-out $(filter -I%,${INCS}),${CFLAGS})" -D_LDFLAGS="${LDFLAGS}" |
There was a problem hiding this comment.
Note: filter out includes to declutter output (the user won't probably care either way)
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1336 +/- ##
==========================================
- Coverage 65.92% 65.87% -0.05%
==========================================
Files 50 50
Lines 8070 8076 +6
Branches 925 925
==========================================
Hits 5320 5320
- Misses 2750 2756 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
In retrospect this should have been added before the release, but better later than never...