diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-30 21:30:53 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-30 21:30:53 +1100 |
commit | 3d372ecf513c951675602286b296f7af520bb3cf (patch) | |
tree | 87b3a75507c64e202ffc6d83028e9da1821412c9 /impl/Makefile | |
parent | 093a35f07986ecfac8c43d053445e8417c7c2139 (diff) | |
parent | 6a4786bde976e9a023c7f65a395384d214c5102c (diff) |
Merge branch 'master' of ssh://bitbucket.org/czan/honours
Diffstat (limited to 'impl/Makefile')
-rw-r--r-- | impl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/impl/Makefile b/impl/Makefile index 6fc6f3b..ca0b37d 100644 --- a/impl/Makefile +++ b/impl/Makefile @@ -2,7 +2,7 @@ CC=gcc CPP=g++ BUILD=build PARSER=parser -FLAGS=-Wall -Werror -Wextra -pedantic -lantlr3c -fno-exceptions +FLAGS=-Wall -Werror -Wextra -pedantic -lantlr3c -fno-exceptions -lrt NORMAL_FLAGS=$(FLAGS) -g -pg OPTIMISED_FLAGS=$(FLAGS) -O3 |