diff options
author | Allan McRae <allan@archlinux.org> | 2011-12-22 20:19:18 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-05-20 18:58:17 -0500 |
commit | 8abef73ba99d183c191732686b4feab75a644b32 (patch) | |
tree | 7654ee62586deca92062babb5353b2dcbd0f5681 /etc | |
parent | c4ea4e017fc35fe8c5057b86bab0a95dac75fc6f (diff) | |
download | pacman-8abef73ba99d183c191732686b4feab75a644b32.tar.xz |
makepkg: Add CPPFLAGS support
Add CPPFLAGS support in addition to the current CFLAGS and CXXFLAGS.
This keeps compiler flags split up in the same logical way done
everywhere else.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index d8117a37..51df4939 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -27,6 +27,7 @@ CARCH="@CARCH@" CHOST="@CHOST@" #-- Compiler and Linker Flags +#CPPFLAGS="" #CFLAGS="-O2 -pipe" #CXXFLAGS="-O2 -pipe" #LDFLAGS="" |