diff options
| author | twells46 <tom@wellsth.com> | 2026-04-06 08:10:14 -0500 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-04-06 08:10:14 -0500 |
| commit | 5e25a53e09db1081c07688bfef98399b3ce8a6b2 (patch) | |
| tree | 3d4af789e2fdbdabb73b4734c75850777f77186b /config.mk | |
| parent | 63e748e18d5a632ca010e706647c9e5f6237e8b3 (diff) | |
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O2 -march=native ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O2 -march=native -pipe ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # Solaris |