mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Make a comment more explicit to help people
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24359 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff59b11c57
commit
ad50612d45
1 changed files with 3 additions and 2 deletions
|
@ -959,8 +959,9 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
# Important - if you think there is a problem with precompiled headers,
|
||||
# try adding -Winvalid-pch to check that they are used.
|
||||
# Important - if you think there is a problem with precompiled
|
||||
# headers, try adding ADDITIONAL_OBJC_FLAGS = -Winvalid-pch to your
|
||||
# GNUmakefile to check that they are used.
|
||||
AC_SUBST(GCC_WITH_PRECOMPILED_HEADERS)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue