raylib/games
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
..
drturtle Makefile: Remove unnecessary -no-pie for older GCC support 2018-05-12 11:41:12 +02:00
just_do Makefile: Remove unnecessary -no-pie for older GCC support 2018-05-12 11:41:12 +02:00
koala_seasons Makefile: Remove unnecessary -no-pie for older GCC support 2018-05-12 11:41:12 +02:00
light_my_ritual Makefile: Remove unnecessary -no-pie for older GCC support 2018-05-12 11:41:12 +02:00
skully_escape Makefile: Remove unnecessary -no-pie for older GCC support 2018-05-12 11:41:12 +02:00
transmission Makefile: Remove unnecessary -no-pie for older GCC support 2018-05-12 11:41:12 +02:00
wave_collector Makefile: Remove unnecessary -no-pie for older GCC support 2018-05-12 11:41:12 +02:00
CMakeLists.txt CMake based build system. 2017-08-27 13:28:02 -04:00
Makefile Makefile: Remove unnecessary -no-pie for older GCC support 2018-05-12 11:41:12 +02:00
arkanoid.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
asteroids.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
asteroids_survival.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
floppy.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
gold_fever.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
gorilas.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
missile_commander.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
pang.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
snake.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
space_invaders.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
tetris.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00