|
|
|||
File indexing completed on 2026-04-09 07:49:16
0001 #!/bin/bash -l 0002 msg="=== $BASH_SOURCE :" 0003 name=SCanvasTest 0004 0005 gcc $name.cc -g -std=c++11 -I.. -lstdc++ -Wsign-compare -o /tmp/$name 0006 [ $? -ne 0 ] && echo $msg compile error && exit 1 0007 0008 #VERBOSE=1 /tmp/$name 0009 VERBOSE=1 lldb__ /tmp/$name 0010 [ $? -ne 0 ] && echo $msg run error && exit 2 0011 0012 exit 0 0013
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|