(svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.
This commit is contained in:
@@ -97,7 +97,7 @@ run: all
|
||||
|
||||
%.o:
|
||||
@for dir in $(SRC_DIRS); do \
|
||||
$(MAKE) -C $$dir $@; \
|
||||
$(MAKE) -C $$dir $(@:src/%=%); \
|
||||
done
|
||||
|
||||
%.lng:
|
||||
|
||||
Reference in New Issue
Block a user