mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
5 lines
197 B
Text
5 lines
197 B
Text
./configure
|
|
gcc -O2 -shared -Wall -Wl,--export-all-symbols \
|
|
-mpreferred-stack-boundary=2 \
|
|
-march=i386 -falign-functions=0 -fno-strict-aliasing \
|
|
-DTCC_TARGET_PE -DLIBTCC -o libtcc.dll tcc.c
|