]> git.pld-linux.org Git - packages/allegro5.git/blame - allegro-opt.patch
- ugh, fixed
[packages/allegro5.git] / allegro-opt.patch
CommitLineData
e5681362
JB
1--- allegro-4.1.12/configure.in.orig 2003-11-11 21:59:10.385928944 +0100
2+++ allegro-4.1.12/configure.in 2003-11-11 22:02:54.074923048 +0100
2bccd21e 3@@ -649,37 +649,13 @@
5109ccb4 4
5 dnl How to compile C and asm files.
6 if test -n "GCC"; then
7- if test "X$allegro_strict_warnings" = "Xyes"; then
8- WFLAGS="-Wall -W -Wstrict-prototypes -Wno-unused -Werror"
9- else
10- WFLAGS="-Wall -Wno-unused"
11- fi
e5681362 12- if test "X$allegro_cv_processor_type" = "Xi386"; then
5109ccb4 13- if test "$allegro_exclusive_optimizations" != none; then
14- TARGET_ARCH="-march=$allegro_exclusive_optimizations"
15- else
16- TARGET_ARCH="-mcpu=$allegro_optimizations"
17- fi
18- else
19- TARGET_ARCH=
20- fi
21- if test "X$allegro_cv_can_use_pipe" = "Xyes"; then
22- CFLAGS="$CFLAGS -pipe"
23- fi
5109ccb4 24- dnl Allow to specify additional flags.
25- CFLAGS="$CFLAGS $XCFLAGS"
26- WFLAGS="$WFLAGS $WCFLAGS"
27- dnl In this order...
e5681362 28+ WFLAGS="-Wall -Wno-unused"
2bccd21e 29 ALLEGRO_DEBUG_CFLAGS="$CFLAGS -g $WFLAGS -DDEBUGMODE"
5109ccb4 30 if test "X$allegro_debug_with_fortify" = "Xyes"; then
31 ALLEGRO_DEBUG_CFLAGS="$ALLEGRO_DEBUG_CFLAGS -DFORTIFY"
7d6ed33c 32 fi
5109ccb4 33- ALLEGRO_PROFILE_CFLAGS="$CFLAGS -pg $TARGET_ARCH -O2 -funroll-loops -ffast-math $WFLAGS"
34- if test "X$allegro_cv_support_fomit_frame_pointer" = "Xyes"; then
35- CFLAGS="$CFLAGS $TARGET_ARCH -O2 -funroll-loops -ffast-math -fomit-frame-pointer $WFLAGS"
36- else
37- CFLAGS="$CFLAGS $TARGET_ARCH -O2 -funroll-loops -ffast-math $WFLAGS"
38- fi
2bccd21e 39+ CFLAGS="$CFLAGS $TARGET_ARCH"
5109ccb4 40+ ALLEGRO_PROFILE_CFLAGS="$CFLAGS -pg $WFLAGS"
41 ALLEGRO_SFLAGS="-x assembler-with-cpp"
42 ALLEGRO_SHAREDLIB_CFLAGS="-fPIC -DALLEGRO_SHARED"
43 else
This page took 0.036368 seconds and 4 git commands to generate.