diff options
| author | Rich Felker <dalias@aerifal.cx> | 2012-05-13 17:22:15 -0400 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2012-05-13 17:22:15 -0400 |
| commit | fb7e2c415899af562b7d5e080f8d06ffaed09586 (patch) | |
| tree | da55e503bafef889c7e309110a71d45852839260 | |
| parent | 5761bcc3848e5956e06b9390ea40875cd4833caf (diff) | |
| download | noxcuse-fb7e2c415899af562b7d5e080f8d06ffaed09586.tar.gz | |
remove -s from default CFLAGS
it can be added in config.mak if desired, but removing it from there
is a pain, and it makes debugging impossible
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ bindir = /bin usrbindir = /usr/bin -CFLAGS = -D_XOPEN_SOURCE=700 -Os -s -Wall -Wno-format -Wno-char-subscripts -Wno-unused -Wno-parentheses -LDFLAGS = -s +CFLAGS = -D_XOPEN_SOURCE=700 -Os -Wall -Wno-format -Wno-char-subscripts -Wno-unused -Wno-parentheses +LDFLAGS = -include config.mak |
