FS-6276 move our include first so that ours is used and not the system if its present
This commit is contained in:
parent
3575a07c40
commit
cc8bab7729
|
@ -26,7 +26,7 @@ BCC = @BUILD_CC@ @BUILD_CFLAGS@
|
||||||
# will run on the target platform. (BCC and TCC are usually the
|
# will run on the target platform. (BCC and TCC are usually the
|
||||||
# same unless your are cross-compiling.)
|
# same unless your are cross-compiling.)
|
||||||
#
|
#
|
||||||
TCC = @TARGET_CC@ @TARGET_CFLAGS@ -I. -I${TOP}/src
|
TCC = @TARGET_CC@ -I. -I${TOP}/src @TARGET_CFLAGS@
|
||||||
|
|
||||||
# Define -DNDEBUG to compile without debugging (i.e., for production usage)
|
# Define -DNDEBUG to compile without debugging (i.e., for production usage)
|
||||||
# Omitting the define will cause extra debugging code to be inserted and
|
# Omitting the define will cause extra debugging code to be inserted and
|
||||||
|
|
Loading…
Reference in New Issue