diff options
Diffstat (limited to 'dwm-6.2/log.txt')
| -rw-r--r-- | dwm-6.2/log.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dwm-6.2/log.txt b/dwm-6.2/log.txt new file mode 100644 index 0000000..59aafc5 --- /dev/null +++ b/dwm-6.2/log.txt @@ -0,0 +1,4 @@ +dwm build options: +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.2" -DXINERAMA +LDFLAGS = -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft +CC = cc |