1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-17 21:25:58 +02:00

Do not force debug test app to be 32bit binaries.

Change-Id: I5ac6f1d63067ee84a8d2168eb5f31d04987511c6
This commit is contained in:
Marc Khouzam 2013-01-10 06:46:58 -05:00
parent de669f1f2c
commit 38dc64f012

View file

@ -1,6 +1,6 @@
src = $(wildcard *.cc *.c) src = $(wildcard *.cc *.c)
destDir = ../bin destDir = ../bin
GCCFLAGS = -gdwarf-2 -pthread -m32 GCCFLAGS = -gdwarf-2 -pthread
all: all:
@mkdir -p $(destDir) @mkdir -p $(destDir)