Skip to content

Commit 872af84

Browse files
committed
Add default global compiler flags
1 parent 7be97e0 commit 872af84

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

config.make

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
montage_prefix=/usr/local
1+
montage_prefix=/usr/local
2+
3+
# Defaults for compiler and compiler flags
4+
export CC ?= cc
5+
export CPPFLAGS ?=
6+
export CFLAGS ?= -Wall -g -O2
7+
export LDFLAGS ?=

0 commit comments

Comments
 (0)