* Makefile.in (devices_CFLAGS): Drop -Os.

This commit is contained in:
Corinna Vinschen 2013-05-14 17:28:45 +00:00
parent b39bb1802a
commit 58854fc721
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-05-14 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (devices_CFLAGS): Drop -Os.
2013-05-14 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (localtime_CFLAGS): Define as -fwrapv since localtime

View File

@ -271,7 +271,7 @@ cygthread_CFLAGS:=-fomit-frame-pointer
cygtls_CFLAGS:=-fomit-frame-pointer
cygwait_CFLAGS=-fomit-frame-pointer
delqueue_CFLAGS:=-fomit-frame-pointer
devices_CFLAGS:=-fomit-frame-pointer -Os
devices_CFLAGS:=-fomit-frame-pointer
dir_CFLAGS:=-fomit-frame-pointer
dlfcn_CFLAGS:=-fomit-frame-pointer
dll_init_CFLAGS:=-fomit-frame-pointer