2291467c99
- Code contains syntactic duplications (e.g., build options copy- pasted repeatedly). - Build options for test suites contain semantic duplications (ES5.1 profile builds happen multiple times, once by not specifying a profile and once by specifying es5.1 profile explicitly). - External build options are not taken into account when detecting duplicated builds. This patch provides improvement for these issues. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu