diff options
author | clsr <clsr@clsr.net> | 2019-06-09 13:44:41 +0200 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2019-06-09 13:44:41 +0200 |
commit | 4d794cd69d5308a88a2453f3613260f0db8be8a7 (patch) | |
tree | 82b4a72c20651e9f5fa078b72b912194ca208a9e /config.def.mk | |
parent | ffd6ffe68781a88d2711399ef74772b7fa0ecdcb (diff) | |
download | dwmclock-1.3.1.tar.gz dwmclock-1.3.1.zip |
Handle XOpenDisplay failure and close std{in,out,err} when runv1.3.1
Diffstat (limited to 'config.def.mk')
-rw-r--r-- | config.def.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.mk b/config.def.mk index 2ce7e98..0d5d03d 100644 --- a/config.def.mk +++ b/config.def.mk @@ -33,7 +33,7 @@ CFLAGS+=-DEXACT_SLEEP CC?=gcc # compiler flags -CFLAGS+=-std=c99 -Wall -Wextra -pedantic -O2 $(shell pkg-config --cflags x11) +CFLAGS+=-std=c99 -Wall -Wextra -pedantic -Os $(shell pkg-config --cflags x11) LDFLAGS+=$(shell pkg-config --libs x11) # default paths |