mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
build: Optimize C++ code in submodules. Closes #157.
This commit is contained in:
parent
0eea6621a8
commit
104020d242
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ $(S)config.stamp : $(S)configure $(S)Makefile.in
|
|||
|
||||
define DEF_SUBMODULE_VARS
|
||||
DEPS_$(1) =
|
||||
CFLAGS_$(1) =
|
||||
CFLAGS_$(1) = -O2
|
||||
DONE_$(1) = $$(B)src/$(1)/$(1).dummy
|
||||
DEPS_SUBMODULES += $(1)
|
||||
endef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue