Jamfile.v2 157 B

123456
  1. project : requirements
  2. <toolset>gcc:<cxxflags>-ftemplate-depth=512
  3. <toolset>clang:<cxxflags>-ftemplate-depth=512
  4. ;
  5. exe grammar_calculator : main.cpp ;