]> git.pld-linux.org Git - packages/aegisub.git/blob - cflags.patch
- release 16 (boost 1.73)
[packages/aegisub.git] / cflags.patch
1 --- aegisub-3.2.2/configure.ac~ 2014-12-08 01:07:09.000000000 +0100
2 +++ aegisub-3.2.2/configure.ac  2020-03-18 14:58:15.307035878 +0100
3 @@ -142,7 +142,7 @@
4    CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter -std=gnu99 -pipe -g"
5    CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -pipe -g"
6    AC_CXX_FLAG([-std=c++11])
7 -  AC_CXX_FLAG([-Wno-c++11-narrowing])
8 +  AC_CXX_FLAG([-Wno-narrowing])
9    AC_C_FLAG([-Wno-unused-local-typedefs])
10    AC_CXX_FLAG([-Wno-unused-local-typedefs])
11  
12 @@ -151,8 +151,8 @@
13      CFLAGS="$CFLAGS -O0"
14      CXXFLAGS="$CXXFLAGS -O0"
15    ], [
16 -    CFLAGS="$CFLAGS -O3"
17 -    CXXFLAGS="$CXXFLAGS -O3"
18 +    CFLAGS="$CFLAGS"
19 +    CXXFLAGS="$CXXFLAGS"
20    ])
21  ])
22  
This page took 0.047909 seconds and 3 git commands to generate.