Skip to content

Commit

Permalink
Remove optimization that causes segfaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandlerSwift authored Feb 24, 2017
1 parent a51c73a commit 26124d6
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 26124d6

Please sign in to comment.