mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
honor CFLAGS and LDFLAGS from the outside
This commit is contained in:
@@ -47,8 +47,9 @@ AC_PROG_AWK
|
|||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
# remove flags set by AC_PROG_CC (duplicates and/or invalid for clang)
|
# remove flags set by AC_PROG_CC (duplicates and/or invalid for clang)
|
||||||
CFLAGS=""
|
# FIXME: why did I do this?!
|
||||||
CXXFLAGS=""
|
#CFLAGS=""
|
||||||
|
#CXXFLAGS=""
|
||||||
|
|
||||||
|
|
||||||
# Host speciffic checks
|
# Host speciffic checks
|
||||||
|
|||||||
Reference in New Issue
Block a user