← Back to team overview

leaningtech-dev team mailing list archive

[Bug 1268226] [NEW] examples on webpage wrong compilation flag

 

Public bug reported:

Hi,
on your web page is an incorrect compilation flag for a client side example.

url: http://www.leaningtech.com/duetto/examples/
command:  /opt/duetto/bin/clang -O3 -std=c++11 -S -target duetto HelloClient.cpp -o HelloClient.js

It generates LLVM code not JS. It worked when I removed the "-S" switch.

Thanks,
Jan

** Affects: duetto
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
Leaningtech Team, which is subscribed to Duetto.
https://bugs.launchpad.net/bugs/1268226

Title:
  examples on webpage wrong compilation flag

Status in Duetto: C++ for the Web:
  New

Bug description:
  Hi,
  on your web page is an incorrect compilation flag for a client side example.

  url: http://www.leaningtech.com/duetto/examples/
  command:  /opt/duetto/bin/clang -O3 -std=c++11 -S -target duetto HelloClient.cpp -o HelloClient.js

  It generates LLVM code not JS. It worked when I removed the "-S"
  switch.

  Thanks,
  Jan

To manage notifications about this bug go to:
https://bugs.launchpad.net/duetto/+bug/1268226/+subscriptions


Follow ups

References