Skip to content

Commit

Permalink
Merge pull request devshane#2 from ChandlerSwift/master
Browse files Browse the repository at this point in the history
Remove optimization that causes segfaults
  • Loading branch information
devshane authored Feb 24, 2017
2 parents a51c73a + 26124d6 commit a463c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a463c20

Please sign in to comment.