source: doc/theses/thierry_delisle_PhD/code/readQ_example/Makefile @ 4e39f51

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 4e39f51 was 4e39f51, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

More work towards dynamically picking a framework, however initial-exec tls is not working correctly

  • Property mode set to 100644
File size: 149 bytes
RevLine 
[4e39f51]1all: gui-proto
2
3CXXFLAGS = -fpic -g -O0 -I.
4
5gui-proto: proto-gui/main.o thrdlib/thread.o
6        $(CXX) -pthread -ldl -o ${@} ${^} -ftls-model=initial-exec
Note: See TracBrowser for help on using the repository browser.