mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fix with appending flags
This commit is contained in:
parent
faf23b7d2f
commit
910f19d0c2
@ -29,8 +29,8 @@ rule MakeProgramPrivate
|
||||
objects = [ FGristFiles $(2:S=$(SUFOBJ)) ] ;
|
||||
|
||||
# Pick up values if someone set flags outside (via ObjectCcFlags and etc.)
|
||||
CCFLAGS on $(objects) += $(4) ;
|
||||
C++FLAGS on $(objects) += $(4) ;
|
||||
CCFLAGS on $(objects) = [ on $(objects) return $(CCFLAGS) ] $(4) ;
|
||||
C++FLAGS on $(objects) = [ on $(objects) return $(C++FLAGS) ] $(4) ;
|
||||
|
||||
if $(REMOVE_UNUSED_DEPENDENCIES_TRICK) = 1 {
|
||||
# remove unused dependencies in binaries, as U.Drepper prescribed ;-)
|
||||
|
Loading…
Reference in New Issue
Block a user