github.com/sercand/please@v13.4.0+incompatible/.plzconfig_linux_x86 (about)

     1  ; Config file to illustrate an example setup for cross-compiling to
     2  ; 32-bit x86 (which does not require an additional compiler toolchain).
     3  ; The main alterations from defaults are the -m32 flags.
     4  
     5  [cpp]
     6  cctool = gcc
     7  cpptool = g++
     8  defaultoptcflags = -m32 --std=c99 -O3 -pipe -DNDEBUG -Wall -Werror
     9  defaultdbgcflags = -m32 --std=c99 -g3 -pipe -DDEBUG -Wall -Werror
    10  defaultoptcppflags = -m32 --std=c++11 -O3 -pipe -DNDEBUG -Wall -Werror
    11  defaultdbgcppflags = -m32 --std=c++11 -g3 -pipe -DDEBUG -Wall -Werror
    12  defaultldflags = -melf_i386