summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6589e93..87f541e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ TARGET = casa-1.1b
# The compiler options
CC = g++
CFLAGS = \
- -Wredundant-decls -Wall -Werror -g \
+ -Wredundant-decls -Wall -Werror -Wno-class-memaccess -g \
-Icasa -Icommon -Icommon/utility -Iminisat/solver -Iminisat/include \
-DSEARCH_PROGRESS
LFLAGS =