]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
not needed for arm anymore
[xonotic/gmqcc.git] / Makefile
index 77c805d1642760bc68eaf418f443027f6275e5a8..1c5ac8f19f3f13b332090040cae73ea5e3b970f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,6 @@ ifeq ($(CC), clang)
            -Wno-conversion                    \
            -Wno-missing-prototypes            \
            -Wno-float-equal                   \
-           -Wno-cast-align                    \
-           -Wno-missing-variable-declarations \
            -Wno-unknown-warning-option
 else
        #Tiny C Compiler doesn't know what -pedantic-errors is
@@ -76,12 +74,6 @@ ifneq ("$(MINGW)", "")
        TESTSUITE = testsuite.exe
        PAK       = pak.exe
 else
-       #arm support for linux .. we need to allow unaligned accesses
-       #to memory otherwise we just segfault everywhere
-       ifneq (, $(findstring arm, $(shell uname -m)))
-               CFLAGS += -munaligned-access
-       endif
-
        QCVM      = qcvm
        GMQCC     = gmqcc
        TESTSUITE = testsuite