Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:creating_extensions [2025/04/19 06:16] – [Installing] rhermsenwiki:creating_extensions [2025/04/20 06:29] (current) – [Installing] rhermsen
Line 60: Line 60:
 Suggested compiler flags for RPi on armhf: Suggested compiler flags for RPi on armhf:
  
-<code bash>export CFLAGS="-Os -pipe -march=armv6zk -mtune=arm1176jzf-s" +<code bash>export CFLAGS="-Os -pipe -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp
-export CXXFLAGS="-Os -pipe -march=armv6zk -mtune=arm1176jzf-s"+export CXXFLAGS="-Os -pipe -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
 export LDFLAGS="-Wl,-O1"</code> export LDFLAGS="-Wl,-O1"</code>
  
Print/export
QR Code
QR Code wiki:creating_extensions (generated for current page)