summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-15 12:52:24 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-15 12:52:24 +0000
commit481c1139dc1e34bad68ff16353fcd8267de9675f (patch)
tree51414da66d09d86062faab1d46378a2b40ad149b /src/util
parent4c85e576e92f50d39c4bd5aeb9950be80b9e30fc (diff)
drop -ansi -pedantic
from gcc options because (as of C89) those forbid long long (i.e. CCTK_INT8) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3664 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.standalone3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/Makefile.standalone b/src/util/Makefile.standalone
index 178ac142..06d534f7 100644
--- a/src/util/Makefile.standalone
+++ b/src/util/Makefile.standalone
@@ -14,8 +14,7 @@
CC := gcc
CFLAGS := -Wall -W -Wno-unused -Wshadow -Winline -Wpointer-arith \
-Wbad-function-cast -Wcast-align -Wcast-qual \
- -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
- -pedantic -ansi
+ -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
EXTRA_CFLAGS :=
CONFIG_DATA_DIR := $(firstword $(wildcard ../../configs/*/config-data))