summarylogtreecommitdiffstats
path: root/Make.sys
diff options
context:
space:
mode:
authorspecter1192020-06-03 16:52:35 +0800
committerspecter1192020-06-03 16:52:35 +0800
commit64c6172dcfad60c9201f95115df264416a7cf1fc (patch)
tree7e83ec765013be3a05350fddfd48e20b5485b59a /Make.sys
parent437e351f608fb7353b7a0745cd89fec131e0aaa8 (diff)
downloadaur-xcrysden.tar.gz
fix multiple definition error
Diffstat (limited to 'Make.sys')
-rw-r--r--Make.sys2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.sys b/Make.sys
index eb58763130bf..b2d8c5f0a2b8 100644
--- a/Make.sys
+++ b/Make.sys
@@ -16,7 +16,7 @@ MAKE = make
#------------------------------------------------------------------------
# compilers & flags
#------------------------------------------------------------------------
-CFLAGS = -ffast-math -funroll-loops -fPIC -DUSE_FONTS -pedantic -Wall -DUSE_INTERP_RESULT
+CFLAGS = -ffast-math -funroll-loops -fPIC -DUSE_FONTS -pedantic -Wall -DUSE_INTERP_RESULT -fcommon -O2
CC = gcc -g
#LDLIB = -ldl
MATH = -lm -lc