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:
parent
de669f1f2c
commit
38dc64f012
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue