mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
38412f2624
From Maintainer Timo Myyra, thanks
15 lines
512 B
Plaintext
15 lines
512 B
Plaintext
Index: config.mk
|
|
--- config.mk.orig
|
|
+++ config.mk
|
|
@@ -59,8 +59,8 @@ endif
|
|
|
|
# flags
|
|
DEFAULT_CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\" -DSYSCONFDIR=\"${SYSCONFDIR}\" ${ENABLE_WAYLAND} ${ENABLE_X11}
|
|
-DEFAULT_CFLAGS = -g -std=gnu11 -pedantic -Wall -Wno-overlength-strings -Wno-expansion-to-defined -Os
|
|
-DEFAULT_LDFLAGS = -lm -lrt
|
|
+DEFAULT_CFLAGS = -g -std=gnu11 -pedantic -Wall -Wno-overlength-strings -Wno-expansion-to-defined
|
|
+DEFAULT_LDFLAGS = -lm
|
|
|
|
CPPFLAGS_DEBUG :=
|
|
CFLAGS_DEBUG := -O0
|