1
0

Speed up C++ compilation

This commit is contained in:
Andrew Waterman
2014-01-31 12:25:19 -08:00
parent 0ce98a7e0c
commit e9d3a650a4
6 changed files with 19 additions and 11 deletions

View File

@ -2,7 +2,7 @@
MODEL := Top
CXX := g++
CXXFLAGS := -O2
CXXFLAGS := -O1
SBT := java -Xmx2048M -Xss8M -XX:MaxPermSize=128M -jar sbt-launch.jar