mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
d7cd6f52be
* add libsass and sassc * add version information
13 lines
262 B
Diff
13 lines
262 B
Diff
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
|