Changeset 6001

Show
Ignore:
Timestamp:
04/01/10 17:18:10 (3 years ago)
Author:
Cyrus
Message:

luci2: Reenable strict-aliasing optimizations globally

Location:
luci2
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • luci2/lmo/Makefile

    r5916 r6001  
    11CC?=gcc 
    22CFLAGS?=-O2 
    3 CFLAGS+= --std=gnu99 -Wall -Werror -pedantic -fno-strict-aliasing -I/usr/include/lua5.1/ 
     3CFLAGS+= --std=gnu99 -Wall -Werror -pedantic 
    44LDFLAGS?= 
    55BINARY=liblmo.a lmo_po2lmo 
  • luci2/ppp_ip_updown/Makefile

    r5852 r6001  
    11CC?=gcc 
    22CFLAGS?=-O2 
    3 CFLAGS+=-I../libubox/ -I../ubus/ --std=gnu99 -Wall -Werror -pedantic -fno-strict-aliasing 
     3CFLAGS+=-I../libubox/ -I../ubus/ --std=gnu99 -Wall -Werror -pedantic 
    44LDFLAGS?= 
    55BINARY=ppp_ip_up ppp_ip_down 
  • luci2/ubus/Makefile

    r5969 r6001  
    11CC?=gcc 
    22CFLAGS?=-O2 
    3 CFLAGS+=-I../libubox/ --std=gnu99 -Wall -Werror -pedantic -fno-strict-aliasing 
     3CFLAGS+=-I../libubox/ --std=gnu99 -Wall -Werror -pedantic 
    44LDFLAGS?= 
    55BINARY=libubus.so ubusd ubus_example_rx ubus_example_tx