]> git.sesse.net Git - vlc/commitdiff
Added -funroll-all-loops and -fstrict-aliasing which seem to make things
authorChristophe Massiot <massiot@videolan.org>
Wed, 29 Nov 2000 18:55:04 +0000 (18:55 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 29 Nov 2000 18:55:04 +0000 (18:55 +0000)
faster.

Makefile.in

index b28ad739d2f1a5a9fd1e749e55ab516740c152f0..f1b1b08af327def22b05e1a8f2a399786846ff84 100644 (file)
@@ -99,6 +99,7 @@ endif
 ifeq ($(OPTIMS),1)
 CFLAGS += -O6
 CFLAGS += -ffast-math -funroll-loops -fargument-noalias-global
+CFLAGS += -funroll-all-loops -fstrict-aliasing
 CFLAGS += -fomit-frame-pointer
 
 # Optimizations for x86 familiy