Author: axel Date: 2010-04-15 10:37:15 +0200 (Thu, 15 Apr 2010) New Revision: 1636
Modified: trunk/batman-experimental/lib/bmx_gsf_map/Makefile trunk/batman-experimental/lib/bmx_howto_plugin/Makefile trunk/batman-experimental/lib/bmx_http_info/Makefile trunk/batman-experimental/lib/bmx_uci_config/Makefile Log: batman-experimental/lib/bmx_*/Makefile use -Os instead of -O1
Modified: trunk/batman-experimental/lib/bmx_gsf_map/Makefile =================================================================== --- trunk/batman-experimental/lib/bmx_gsf_map/Makefile 2010-04-15 08:24:44 UTC (rev 1635) +++ trunk/batman-experimental/lib/bmx_gsf_map/Makefile 2010-04-15 08:37:15 UTC (rev 1636) @@ -1,5 +1,5 @@
-CFLAGS += -fpic -pedantic -Wall -W -Wno-unused-parameter -O1 -g3 -std=gnu99 -I../../ +CFLAGS += -fpic -pedantic -Wall -W -Wno-unused-parameter -Os -g3 -std=gnu99 -I../../ LDFLAGS += -shared #-Wl,-soname,bmxd_config
Modified: trunk/batman-experimental/lib/bmx_howto_plugin/Makefile =================================================================== --- trunk/batman-experimental/lib/bmx_howto_plugin/Makefile 2010-04-15 08:24:44 UTC (rev 1635) +++ trunk/batman-experimental/lib/bmx_howto_plugin/Makefile 2010-04-15 08:37:15 UTC (rev 1636) @@ -1,5 +1,5 @@
-CFLAGS += -fpic -pedantic -Wall -W -Wno-unused-parameter -O1 -g3 -std=gnu99 -I../../ +CFLAGS += -fpic -pedantic -Wall -W -Wno-unused-parameter -Os -g3 -std=gnu99 -I../../ LDFLAGS += -shared #-Wl,-soname,bmxd_config
Modified: trunk/batman-experimental/lib/bmx_http_info/Makefile =================================================================== --- trunk/batman-experimental/lib/bmx_http_info/Makefile 2010-04-15 08:24:44 UTC (rev 1635) +++ trunk/batman-experimental/lib/bmx_http_info/Makefile 2010-04-15 08:37:15 UTC (rev 1636) @@ -1,5 +1,5 @@
-CFLAGS += -fpic -pedantic -Wall -W -Wno-unused-parameter -O1 -g3 -std=gnu99 -I../../ +CFLAGS += -fpic -pedantic -Wall -W -Wno-unused-parameter -Os -g3 -std=gnu99 -I../../ LDFLAGS += -shared #-Wl,-soname,bmxd_config
Modified: trunk/batman-experimental/lib/bmx_uci_config/Makefile =================================================================== --- trunk/batman-experimental/lib/bmx_uci_config/Makefile 2010-04-15 08:24:44 UTC (rev 1635) +++ trunk/batman-experimental/lib/bmx_uci_config/Makefile 2010-04-15 08:37:15 UTC (rev 1636) @@ -1,5 +1,5 @@
-CFLAGS += -fpic -pedantic -Wall -W -Wno-unused-parameter -O1 -g3 -std=gnu99 -I../../ +CFLAGS += -fpic -pedantic -Wall -W -Wno-unused-parameter -Os -g3 -std=gnu99 -I../../ LDFLAGS += -shared -luci #-Wl,-soname,bmx_config