Skip to content

Commit b2057f3

Browse files
committed
Default print dependencies to 0
1 parent 30f81cd commit b2057f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/print_dependencies.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef PROJECT_DEPENDENCIES_H
22
#define PROJECT_DEPENDENCIES_H
33

4-
#define PRINT_DEPENDENCIES 1
4+
#define PRINT_DEPENDENCIES 0
55
extern const char* project_dependencies;
66
#endif // PROJECT_DEPENDENCIES_H

0 commit comments

Comments
 (0)