raylib/games/drturtle
Ahmad Fatoum c1b9104d54
Makefile: Remove unnecessary -no-pie for older GCC support
Currently, if:
* GCC doesn't supports -no-pie: Build error
* GCC supports -no-pie
    * GCC is not configured with --enable-default-pie: No-op
    * GCC is configured with --enable-default-pie:
            Slightly worse performance because we still generate -fpie code
            (-pie affects linker, -fpie affects compiler)

So instead of probing for existence of -fno-pie -no-pie, remove it altogether.

Fixes #540: Build breakage on Debian 8 with gcc 4.9.
2018-05-12 11:41:12 +02:00
..
resources Upload new game: Dr. Turtle & Mr. Gamera 2014-07-25 10:50:51 +02:00
01_drturtle_scrolling.c Review contact information 2017-03-19 12:52:13 +01:00
02_drturtle_player.c Review contact information 2017-03-19 12:52:13 +01:00
03_drturtle_enemies.c Review contact information 2017-03-19 12:52:13 +01:00
04_drturtle_gui.c BREAKING CHANGE: Renamed SpriteFont type to Font 2018-05-04 16:59:48 +02:00
05_drturtle_audio.c BREAKING CHANGE: Renamed SpriteFont type to Font 2018-05-04 16:59:48 +02:00
06_drturtle_final.c BREAKING CHANGE: Renamed SpriteFont type to Font 2018-05-04 16:59:48 +02:00
00_drturtle_screens.c Review contact information 2017-03-19 12:52:13 +01:00
CMakeLists.txt CMake based build system. 2017-08-27 13:28:02 -04:00
drturtle_final_web.c BREAKING CHANGE: Renamed SpriteFont type to Font 2018-05-04 16:59:48 +02:00
LICENSE.txt Added games license 2017-05-03 14:16:11 +02:00
Makefile Makefile: Remove unnecessary -no-pie for older GCC support 2018-05-12 11:41:12 +02:00