commit | dfc333cfaff25997a296660ac26697ac5461eb98 | [log] [download] |
---|---|---|
author | Ali Utku Selen <auselen@gmail.com> | Sat Feb 15 09:23:17 2014 +0100 |
committer | Ali Utku Selen <auselen@gmail.com> | Sat Feb 15 09:23:17 2014 +0100 |
tree | 4f56d00843d053473383d329b6f1b4962f13708f | |
parent | 6816c585034b44a2769342489a66050a0f816c59 [diff] |
Fix onCompilerChange when there is no compilers If compilersByExe is undefined trying to access compiler.supportedOpts throws an exception. This happens when gcc-explorer can't find available compilers.
GCC Explorer is an interactive compiler. The left-hand pane shows editable C/C++ code. The right, the assembly output of having compiled the code with a given compiler and settings.
Try out the demo site!