Add '-m32' to properly link app_4 and app_5 on 64bit
This commit is contained in:
parent
f99f27e8ff
commit
6c77dd84e8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.1)
|
|||
# is fine.
|
||||
PROJECT (CMAKED2_TESTS C D )
|
||||
SET( GLOBAL_DMD_DEFS "-w -wi" )
|
||||
SET( GLOBAL_GCC_DEFS "-Wall -pedantic" )
|
||||
SET( GLOBAL_GCC_DEFS "-Wall -pedantic -m32" )
|
||||
|
||||
# Don't use ADD_DEFINITIONS() with a mixed C + D project
|
||||
# since that adds the same flags to both C and D builds.
|
||||
|
|
Loading…
Add table
Reference in a new issue