diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-03-21 16:37:21 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-03-21 17:04:17 +0100 |
| commit | 37b2580b9f1153c140ab684825442fec0c7840ef (patch) | |
| tree | 4033f55b7facdce2f7861e171f50daa416e62b15 /Makefile | |
| parent | 01d47352b929db84b5a3179b70adb87088003f87 (diff) | |
| download | vis-37b2580b9f1153c140ab684825442fec0c7840ef.tar.gz vis-37b2580b9f1153c140ab684825442fec0c7840ef.tar.xz | |
build: reorder some variables
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ CONFIG_LUA ?= 1 CONFIG_ACL ?= 0 CONFIG_SELINUX ?= 0 -CFLAGS_STD ?= -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DNDEBUG -Os +CFLAGS_STD ?= -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DNDEBUG LDFLAGS_STD ?= -lc CFLAGS_VIS = $(CFLAGS_AUTO) $(CFLAGS_TERMKEY) $(CFLAGS_CURSES) $(CFLAGS_ACL) \ |
