Merge pull request #2 from ChandlerSwift/master

Remove optimization that causes segfaults
master
Shane Thomas 2017-02-24 07:42:08 -05:00 committed by GitHub
commit a463c206cb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ TERMFLAG =
GDTFLAG = -DALLOW_GDT
# Compilation flags
CFLAGS = -O2 #-static
CFLAGS = -g #-static
# On SCO Unix Development System 3.2.2a, the const type qualifier does
# not work correctly when using cc. The following line will cause it
# to not be used and should be uncommented.