Skip to content

Commit

Permalink
fix the compiler checkpoint include-flag issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
samrushing committed Feb 17, 2017
1 parent f9d1cfa commit e81f763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion self/compile.c
Expand Up @@ -1666,7 +1666,7 @@ pxll_int constructed_949[] = {TC_NIL};
pxll_int constructed_950[] = {TC_NIL};
pxll_int constructed_951[] = {TC_NIL};
pxll_int constructed_952[] = {TC_NIL};
pxll_string constructed_953 = {STRING_HEADER(64), 64, "-std=c99 -O3 -fomit-frame-pointer -I/usr/local/lib/irken/include" };
pxll_string constructed_953 = {STRING_HEADER(45), 45, "-std=c99 -O3 -fomit-frame-pointer -I./include" };
pxll_string constructed_954 = {STRING_HEADER(5), 5, "clang" };
pxll_int constructed_955[] = {TC_NIL};
pxll_int constructed_956[] = {TC_NIL};
Expand Down

0 comments on commit e81f763

Please sign in to comment.