diff options
Diffstat (limited to 'vcpkg/ports/sassc/remove_compiler_flags.patch')
| -rw-r--r-- | vcpkg/ports/sassc/remove_compiler_flags.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/sassc/remove_compiler_flags.patch b/vcpkg/ports/sassc/remove_compiler_flags.patch new file mode 100644 index 0000000..c5f6442 --- /dev/null +++ b/vcpkg/ports/sassc/remove_compiler_flags.patch @@ -0,0 +1,12 @@ +diff --git a/GNUmakefile.am b/GNUmakefile.am +index 58e8aecd1..da6a7db98 100644 +--- a/GNUmakefile.am ++++ b/GNUmakefile.am +@@ -1,6 +1,6 @@ + ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -I script + +-AM_COPT = -Wall -O2 ++AM_COPT = + AM_COVLDFLAGS = + + if ENABLE_COVERAGE |